Waybar transparency to disabled wifi
Added transparency for waybar wifi icon when wifi is disabled
This commit is contained in:
parent
6f3e08ccce
commit
2b5a16002d
1 changed files with 3 additions and 5 deletions
|
@ -90,7 +90,9 @@ label:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
#bluetooth.disabled,
|
#bluetooth.disabled,
|
||||||
#bluetooth.off {
|
#bluetooth.off,
|
||||||
|
#network.disconnected,
|
||||||
|
#pulseaudio.muted {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -117,10 +119,6 @@ label:focus {
|
||||||
color: #2d3436;
|
color: #2d3436;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio.muted {
|
|
||||||
opacity: 0.6;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tray > .passive {
|
#tray > .passive {
|
||||||
-gtk-icon-effect: dim;
|
-gtk-icon-effect: dim;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue