diff options
author | ZachIR <zachir@librem.one> | 2025-04-25 19:24:18 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-04-25 19:24:18 -0500 |
commit | bb8562117c6cb324c60e79847dfd50583e73f52a (patch) | |
tree | f3c9d92cf427aa712c7fb893256b525b72c45b44 /waybar/style.css | |
parent | e6e3c16bc3492d77063a1b1356ebb44d0e7e4ed5 (diff) | |
parent | b372316155d6ba4ee14f8fc63905d1368717b3cb (diff) |
Merge branch 'master' into car
Diffstat (limited to 'waybar/style.css')
-rw-r--r-- | waybar/style.css | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/waybar/style.css b/waybar/style.css index 88b8900..05af6ab 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -53,7 +53,7 @@ window#waybar.hidden { */ #workspaces button.active { - background: #198844; + background: #EC0101; } /* @@ -81,7 +81,7 @@ window#waybar.hidden { #temperature, #backlight, #network, -#pulseaudio, +#wireplumber, #custom-media, #custom-launcher, #custom-power, @@ -157,7 +157,7 @@ label:focus { } #memory { - background-color: #198844; + background-color: #EC0101; color: #ffffff; } @@ -167,12 +167,12 @@ label:focus { } #backlight { - background-color: #198844; + background-color: #EC0101; color: #ffffff; } #network { - background-color: #198844; + background-color: #EC0101; color: #ffffff; } @@ -181,14 +181,14 @@ label:focus { color: #ffffff; } -#pulseaudio { - background-color: #198844; +#wireplumber { + background-color: #EC0101; color: #ffffff; } -#pulseaudio.muted { +#wireplumber.muted { background-color: #1b1d1c; - color: #198844; + color: #EC0101; } #custom-media { @@ -278,19 +278,19 @@ label:focus { } #tray { - background-color: #198844; + background-color: #EC0101; color: #ffffff; } #tray > .passive { -gtk-icon-effect: dim; - background-color: #198844; + background-color: #EC0101; color: #ffffff; } #tray > .needs-attention { -gtk-icon-effect: highlight; - background-color: #198844; + background-color: #EC0101; color: #ffffff; } @@ -301,7 +301,7 @@ label:focus { } #idle_inhibitor.activated { - background-color: #198844; + background-color: #EC0101; color: #ffffff; border-radius: 20px 0px 0px 20px; |