From 57e2bf3539c3ffb7bde7f83978e609dad3061de8 Mon Sep 17 00:00:00 2001 From: decantr Date: Wed, 4 Sep 2019 17:43:05 +0100 Subject: [PATCH] correct the volume muted icon --- .local/bin/dwmbar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/dwmbar b/.local/bin/dwmbar index 72e2a461..2711dcce 100755 --- a/.local/bin/dwmbar +++ b/.local/bin/dwmbar @@ -39,7 +39,7 @@ status() { \ # Get the volume of ALSA's master volume output. Show an icon if or # not muted. - amixer get Master | grep -o "[0-9]*%\|\[on\]\|\[off\]" | sed "s/\[on\]//;s/\[off\]//" + amixer get Master | grep -o "[0-9]*%\|\[on\]\|\[off\]" | sed "s/\[on\]//;s/\[off\]//" echo "$delim"