diff options
author | zachir <zachir@librem.one> | 2025-06-29 20:59:09 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-06-29 20:59:09 -0500 |
commit | 1fec31733049a12230919c70fc3eb0eabb4c45c9 (patch) | |
tree | 96cdb26f4a60fbd55fb449dc2c89c535ffef611d /waybar/style.css | |
parent | 511945a793625d87340f04800cd1c5bdafc3b379 (diff) | |
parent | 9f80bcde3c3ff4e35be9aaeda800ed4bed2f174c (diff) |
Merge branch 'master' into cla
Diffstat (limited to 'waybar/style.css')
-rw-r--r-- | waybar/style.css | 43 |
1 files changed, 30 insertions, 13 deletions
diff --git a/waybar/style.css b/waybar/style.css index cf76ed2..f8cc3c9 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -45,7 +45,7 @@ window#waybar.hidden { /* #workspaces button:hover { - background: #39c1ed; + background: #6e3c85; color: black; border-bottom: 3px solid #ffffff; @@ -53,12 +53,12 @@ window#waybar.hidden { */ #workspaces button.active { - background: #198844; + background: #EC0101; } /* #workspaces button.active:hover { - background: #39c1ed; + background: #6e3c85; color: black; border-bottom: 3px solid #ffffff; } @@ -81,7 +81,7 @@ window#waybar.hidden { #temperature, #backlight, #network, -#pulseaudio, +#wireplumber, #custom-media, #custom-launcher, #custom-power, @@ -125,7 +125,7 @@ window#waybar.hidden { } #battery.charging, #battery.plugged { - color: #26A65B; + color: #EC0101; background-color: #1b1d1c; } @@ -156,7 +156,7 @@ label:focus { } #memory { - background-color: #1b1d1c; + background-color: #EC0101; color: #ffffff; } @@ -166,12 +166,12 @@ label:focus { } #backlight { - background-color: #198844; + background-color: #EC0101; color: #ffffff; } #network { - background-color: #198844; + background-color: #EC0101; color: #ffffff; } @@ -180,14 +180,14 @@ label:focus { color: #ffffff; } -#pulseaudio { - background-color: #1b1d1c; +#wireplumber { + background-color: #EC0101; color: #ffffff; } -#pulseaudio.muted { +#wireplumber.muted { background-color: #1b1d1c; - color: #198844; + color: #EC0101; } #custom-media { @@ -276,6 +276,23 @@ label:focus { background-color: #eb4d4b; } +#tray { + background-color: transparent; + color: #ffffff; +} + +#tray > .passive { + -gtk-icon-effect: dim; + background-color: #EC0101; + color: #ffffff; +} + +#tray > .needs-attention { + -gtk-icon-effect: highlight; + background-color: #EC0101; + color: #ffffff; +} + #idle_inhibitor { background-color: #1b1d1c; border-radius: 20px 0px 0px 20px; @@ -283,7 +300,7 @@ label:focus { } #idle_inhibitor.activated { - background-color: #198844; + background-color: #EC0101; color: #ffffff; border-radius: 20px 0px 0px 20px; |