From 909300bc263023f29fc5538aeb8381b7fa56d4fc Mon Sep 17 00:00:00 2001 From: foxora Date: Tue, 7 Apr 2026 17:57:55 +0100 Subject: [PATCH] added color indication for mute states --- homes/modules/de/waybar/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/homes/modules/de/waybar/style.css b/homes/modules/de/waybar/style.css index b5be4e9..4ce38ba 100644 --- a/homes/modules/de/waybar/style.css +++ b/homes/modules/de/waybar/style.css @@ -105,11 +105,25 @@ right-side modules #pulseaudio.sink { margin: 4px 0 4px 4px; border-radius: 32px 0px 0px 32px; + color: @colorbg; + border-color: @color12; + background-color: @color12; +} +#pulseaudio.sink.muted { + color: @color12; + background-color: @colorbg; } #pulseaudio.source { margin: 4px 0 4px 0; border-radius: 0px 32px 32px 0px; border-width: 1px 1px 1px 0px; + color: @colorbg; + border-color: @color14; + background-color: @color14; +} +#pulseaudio.source.source-muted { + color: @color14; + background-color: @colorbg; } /*