diff --git a/config/waybar/style.css b/config/waybar/style.css index 53acac9..1505613 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -215,13 +215,13 @@ label:focus { } #pulseaudio { - background-color: @pulseaudio_color; + background-color: #90b1b1; color: #000000; } #pulseaudio.muted { - background-color: #90b1b1; - color: #2a5c45; + background-color: @pulseaudio_color; + /* color: #2a5c45;*/ } #wireplumber {