diff --git a/waybar/style.css b/waybar/style.css index 51ed0902b..6c400df85 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -40,7 +40,7 @@ /* Global/Multi */ * { - font-family: "Anonymice Nerd Font", "Font Awesome 5 Brands", "Font Awesome 5 Free", Monospace; + font-family: "Anonymice Nerd Font", "Font Awesome 6 Brands", "Font Awesome 6 Free", Monospace; font-size: 14px; min-height: 0; } @@ -57,7 +57,7 @@ window#waybar { color: @fg; } -#window, #mode, #custom-weather, #mpd, #network, #cpu, #memory, #custom-disk, #temperature, #custom-battery, #pulseaudio, #tray, #custom-wallpaper, #custom-todo, #custom-osk, #custom-pkg, #custom-bar, #custom-gammastep, #idle_inhibitor, #custom-hibernate_inhibitor, #custom-clock, #custom-power { +#window, #mode, #custom-weather, #mpd, #cpu, #memory, #custom-disk, #temperature, #custom-battery, #pulseaudio, #tray, #custom-wallpaper, #custom-todo, #custom-osk, #custom-pkg, #custom-bar, #custom-idle_mode, #custom-clock, #custom-power { color: @grey06; padding: 0px 2px; margin: 0px; @@ -65,7 +65,7 @@ window#waybar { /* Tray */ -#network, #custom-wallpaper, #custom-todo, #custom-osk { +#custom-wallpaper, #custom-todo, #custom-osk { font-size: 22px; margin-top: -8px; margin-bottom: -8px; @@ -73,7 +73,7 @@ window#waybar { margin-right: 2px; } -#tray, #custom-wallpaper, #custom-todo, #custom-osk, #custom-pkg, #custom-bar, #custom-gammastep, #idle_inhibitor, #custom-clock, #custom-power { +#tray, #custom-wallpaper, #custom-todo, #custom-osk, #custom-pkg, #custom-bar, #custom-clock, #custom-power { color: @bluehi; } @@ -123,32 +123,6 @@ window#waybar { margin-bottom: -2px; } -/* Networks */ - -#network { - color: @blue; - margin-right: 8px; - margin-top: -9px; - margin-bottom: -9px; -} - -#network.wireguard { - margin-top: -3px; - margin-left: -3px; - margin-right: 0px; -} - -#network.disconnected { - color: @red; - margin-top: -3px; - margin-right: -4px; -} - -#network.wifi { - margin-top: -9px; - margin-right: 0px; -} - /* CPU */ #cpu { @@ -270,20 +244,18 @@ window#waybar { margin-right: 6px; } -/* Gammastep */ +/* Notifications */ -#custom-gammastep { - margin-top: -5px; +#custom-nc { + margin-left: 5px; + padding-right: 5px; + font-family: "NotoSansMono Nerd Font"; } -#custom-gammastep.enabled { - color: #fefefe; -} +/* Idle Mode */ -/* Idle Inhibitor */ - -#idle_inhibitor.activated { - color: @white; +#custom-idle_mode { + font-family: "Font Awesome 6 Brands", "Font Awesome 6 Free"; } /* Clock */ @@ -299,4 +271,3 @@ window#waybar { margin-top: 1px; color: @red; } -