diff options
author | zachir <zachir@librem.one> | 2025-06-29 21:09:19 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-06-29 21:09:19 -0500 |
commit | e6b45c355e56158fe2166da92443fe2fa76a6cbe (patch) | |
tree | a88b2fc2e8aa3e907bcd784c316d9ae145afc16e | |
parent | dd9e2dd19da50b14aa99922df660ec01d0fb69ae (diff) |
Change waybar colors back to green
-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 6a9d8cc..1dc21aa 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -126,7 +126,7 @@ window#waybar.hidden { } #battery.charging, #battery.plugged { - color: #EC0101; + color: #198844; background-color: #1b1d1c; } @@ -157,7 +157,7 @@ label:focus { } #memory { - background-color: #EC0101; + background-color: #198844; color: #ffffff; } @@ -182,7 +182,7 @@ label:focus { } #wireplumber { - background-color: #EC0101; + background-color: #198844; color: #ffffff; } @@ -284,13 +284,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; } |