diff --git a/config/waybar/style.css b/config/waybar/style.css index fb81416..499b543 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -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; }