invert pulseaudio color logic in waybar

This commit is contained in:
2025-10-10 20:25:43 +02:00
parent d944594851
commit 0a80201b57

View File

@@ -215,13 +215,13 @@ label:focus {
} }
#pulseaudio { #pulseaudio {
background-color: @pulseaudio_color; background-color: #90b1b1;
color: #000000; color: #000000;
} }
#pulseaudio.muted { #pulseaudio.muted {
background-color: #90b1b1; background-color: @pulseaudio_color;
color: #2a5c45; /* color: #2a5c45;*/
} }
#wireplumber { #wireplumber {