diff options
Diffstat (limited to 'i3blocks')
-rwxr-xr-x | i3blocks/i3vol.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i3blocks/i3vol.sh b/i3blocks/i3vol.sh index 0abf471..55aabee 100755 --- a/i3blocks/i3vol.sh +++ b/i3blocks/i3vol.sh @@ -1,5 +1,7 @@ #!/bin/sh +LANG='en_US.UTF-8' + case $BLOCK_BUTTON in 1) i3-msg 'exec urxvt -e alsamixer' >/dev/null ;; 3) pgrep -x dunst >/dev/null && |