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