From 94ff11fe0bae7ae186e1f9aba805f6cd367891e9 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Fri, 26 Oct 2018 17:51:35 +0200 Subject: [PATCH] Fix volume block --- .scripts/wm/volume.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/wm/volume.sh b/.scripts/wm/volume.sh index 25da02c..b28b629 100755 --- a/.scripts/wm/volume.sh +++ b/.scripts/wm/volume.sh @@ -10,7 +10,7 @@ case $BLOCK_BUTTON in 5) $MEDIACONTROL down 5 ;; # Scroll down esac -if [ "$($MEDIACONTROL getmute)" == "0" ]; then +if [ "$($MEDIACONTROL getmute)" = "1" ]; then COLOR="$COLOR7" VOLUME="MUTE" SYMBOL=""