Waybar transparency to disabled wifi

Added transparency for waybar wifi icon when wifi is disabled
This commit is contained in:
Tibo De Peuter 2022-10-05 10:28:01 +02:00
parent 6f3e08ccce
commit 2b5a16002d

View file

@ -90,7 +90,9 @@ label:focus {
}
#bluetooth.disabled,
#bluetooth.off {
#bluetooth.off,
#network.disconnected,
#pulseaudio.muted {
opacity: 0.6;
}
@ -117,10 +119,6 @@ label:focus {
color: #2d3436;
}
#pulseaudio.muted {
opacity: 0.6;
}
#tray > .passive {
-gtk-icon-effect: dim;
}