diff options
author | zachir <zachir@librem.one> | 2025-06-29 21:18:36 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-06-29 21:18:36 -0500 |
commit | 4d5c93b7d1d3c32a968def637e4f23d58787f815 (patch) | |
tree | 912e26f8b90ba3ccab5064b6db31e1a16d2fc6fc /waybar | |
parent | 1fec31733049a12230919c70fc3eb0eabb4c45c9 (diff) | |
parent | 318709cd6431397788370fc5f8f234c711387411 (diff) |
Merge branch 'master' into cla
Diffstat (limited to 'waybar')
-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; } |