diff options
Diffstat (limited to 'waybar/style.css')
-rw-r--r-- | waybar/style.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/waybar/style.css b/waybar/style.css index f8cc3c9..3016776 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -125,7 +125,7 @@ window#waybar.hidden { } #battery.charging, #battery.plugged { - color: #EC0101; + color: #198844; background-color: #1b1d1c; } @@ -156,7 +156,7 @@ label:focus { } #memory { - background-color: #EC0101; + background-color: #198844; color: #ffffff; } @@ -181,7 +181,7 @@ label:focus { } #wireplumber { - background-color: #EC0101; + background-color: #198844; color: #ffffff; } @@ -283,13 +283,13 @@ label:focus { #tray > .passive { -gtk-icon-effect: dim; - background-color: #EC0101; + background-color: #198844; color: #ffffff; } #tray > .needs-attention { -gtk-icon-effect: highlight; - background-color: #EC0101; + background-color: #198844; color: #ffffff; } |