diff options
Diffstat (limited to 'waybar/style.css')
-rw-r--r-- | waybar/style.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/waybar/style.css b/waybar/style.css index 88b8900..a32d7ed 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -81,7 +81,7 @@ window#waybar.hidden { #temperature, #backlight, #network, -#pulseaudio, +#wireplumber, #custom-media, #custom-launcher, #custom-power, @@ -126,7 +126,7 @@ window#waybar.hidden { } #battery.charging, #battery.plugged { - color: #26A65B; + color: #198844; background-color: #1b1d1c; } @@ -181,12 +181,12 @@ label:focus { color: #ffffff; } -#pulseaudio { +#wireplumber { background-color: #198844; color: #ffffff; } -#pulseaudio.muted { +#wireplumber.muted { background-color: #1b1d1c; color: #198844; } @@ -278,7 +278,8 @@ label:focus { } #tray { - background-color: #198844; + border-radius: 20px; + background-color: black; color: #ffffff; } |