Browse Source

Fix volume block

master
Riyyi 6 years ago
parent
commit
94ff11fe0b
  1. 2
      .scripts/wm/volume.sh

2
.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=""

Loading…
Cancel
Save