invert pulseaudio color logic in waybar
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user