From 2b5a16002d482e1114419a600371cae57827a24a Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Wed, 5 Oct 2022 10:28:01 +0200 Subject: [PATCH] Waybar transparency to disabled wifi Added transparency for waybar wifi icon when wifi is disabled --- config/waybar/style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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; }