Greyed out muted volume icon

This commit is contained in:
Tibo De Peuter 2022-06-25 17:17:56 +02:00
parent 7c0721c5c5
commit 18ed93fc16

View file

@ -117,6 +117,10 @@ label:focus {
color: #2d3436; color: #2d3436;
} }
#pulseaudio.muted {
opacity: 0.6;
}
#tray > .passive { #tray > .passive {
-gtk-icon-effect: dim; -gtk-icon-effect: dim;
} }