From d1dc53ded636699930bdc399d30dfc542ae9f725 Mon Sep 17 00:00:00 2001 From: Simon Studer Date: Sat, 11 Oct 2025 13:44:25 +0200 Subject: [PATCH] fix unmuted mic color --- config/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/waybar/style.css b/config/waybar/style.css index 1505613..4715144 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -219,7 +219,7 @@ label:focus { color: #000000; } -#pulseaudio.muted { +#pulseaudio.muted.source-muted { background-color: @pulseaudio_color; /* color: #2a5c45;*/ }