diff --git a/sway/.config/swayosd/style.css b/sway/.config/swayosd/style.css index 5002ac5..ac58701 100644 --- a/sway/.config/swayosd/style.css +++ b/sway/.config/swayosd/style.css @@ -1,3 +1,8 @@ +* { + font-family: "Noto Sans Regular"; + font-size: 12pt; +} + window#osd { border-radius: 999px; border: none; diff --git a/sway/.config/wlogout/icons/hibernate.svg b/sway/.config/wlogout/icons/hibernate.svg index 26f2364..dc9dcf8 100644 --- a/sway/.config/wlogout/icons/hibernate.svg +++ b/sway/.config/wlogout/icons/hibernate.svg @@ -1,7 +1,7 @@ - + Svg Vector Icons : http://www.onlinewebfonts.com/icon diff --git a/sway/.config/wlogout/icons/lock.svg b/sway/.config/wlogout/icons/lock.svg index 581af6b..a7832ba 100644 --- a/sway/.config/wlogout/icons/lock.svg +++ b/sway/.config/wlogout/icons/lock.svg @@ -1,7 +1,7 @@ - + Svg Vector Icons : http://www.onlinewebfonts.com/icon diff --git a/sway/.config/wlogout/icons/logout.svg b/sway/.config/wlogout/icons/logout.svg index 3459f51..3e0cc80 100644 --- a/sway/.config/wlogout/icons/logout.svg +++ b/sway/.config/wlogout/icons/logout.svg @@ -1,7 +1,7 @@ - + Svg Vector Icons : http://www.onlinewebfonts.com/icon diff --git a/sway/.config/wlogout/icons/reboot.svg b/sway/.config/wlogout/icons/reboot.svg index f128c6b..bfa5403 100644 --- a/sway/.config/wlogout/icons/reboot.svg +++ b/sway/.config/wlogout/icons/reboot.svg @@ -1,7 +1,7 @@ - + Svg Vector Icons : http://www.onlinewebfonts.com/icon diff --git a/sway/.config/wlogout/icons/suspend.svg b/sway/.config/wlogout/icons/suspend.svg index a52433c..c10fb47 100644 --- a/sway/.config/wlogout/icons/suspend.svg +++ b/sway/.config/wlogout/icons/suspend.svg @@ -1,7 +1,7 @@ - + Svg Vector Icons : http://www.onlinewebfonts.com/icon diff --git a/sway/.config/wlogout/style.css b/sway/.config/wlogout/style.css index 4130c0c..fa7279e 100644 --- a/sway/.config/wlogout/style.css +++ b/sway/.config/wlogout/style.css @@ -1,29 +1,31 @@ * { - background-image: none; - box-shadow: none; + font-family: "Noto Sans Regular"; + font-size: 12pt; + background-image: none; + box-shadow: none; } window { - background-color: rgba(30, 30, 46, 0.90); + background-color: rgba(30, 30, 46, 0.90); } button { - border-radius: 0; - border-color: #89b4fa; - text-decoration-color: #cdd6f4; - color: #cdd6f4; - background-color: #181825; - border-style: solid; - border-width: 1px; - background-repeat: no-repeat; - background-position: center; - background-size: 25%; + border-radius: 0; + border-color: #89b4fa; + text-decoration-color: #cdd6f4; + color: #cdd6f4; + background-color: #181825; + border-style: solid; + border-width: 1px; + background-repeat: no-repeat; + background-position: center; + background-size: 25%; } button:focus, button:active, button:hover { - /* 20% Overlay 2, 80% mantle */ - background-color: rgb(48, 50, 66); - outline-style: none; + /* 20% Overlay 2, 80% mantle */ + background-color: rgb(48, 50, 66); + outline-style: none; } #lock { diff --git a/waybar/.config/waybar/style.css b/waybar/.config/waybar/style.css index 758ef1e..a229c0b 100644 --- a/waybar/.config/waybar/style.css +++ b/waybar/.config/waybar/style.css @@ -1,7 +1,7 @@ @import "themes/mocha.css"; * { - font-family: "JetBrainsMono Nerd Font"; + font-family: "ComicShannsMono Nerd Font"; font-size: 12pt; font-weight: bold; border-radius: 0px;