From 3ce32917a131f9625814a87e8b96e14fb3c8c62b Mon Sep 17 00:00:00 2001 From: tiyn Date: Sat, 9 Mar 2024 03:03:55 +0100 Subject: [PATCH] statusbar: fixed bug --- .local/bin/etc/statusbar/volume | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/etc/statusbar/volume b/.local/bin/etc/statusbar/volume index 8dcd2b7..d1dcba7 100755 --- a/.local/bin/etc/statusbar/volume +++ b/.local/bin/etc/statusbar/volume @@ -10,7 +10,7 @@ else vol_info="^c#dfdfdf^  " fi -$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | grep -q '\[MUTED\]') && vol_info="^c#ff0000^ " +$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | grep -q '\[MUTED\]') && vol_info="^c#ff0000^  " if wpctl get-volume @DEFAULT_SOURCE@ | grep -q '\[MUTED\]'; then mic="^c#ff0000^  "