pinwheel: Use warning color in waybar when output volume is muted

This commit is contained in:
Alexander Heldt
2023-10-01 22:42:52 +02:00
parent 9aeb1670a1
commit 4fc4726f22

View File

@@ -235,6 +235,10 @@ in
background-color: ${background};
}
#wireplumber.muted {
color: ${warning};
}
#custom-mullvad.disconnected {
color: ${warning};
}