From f4b0a2b3ee0b82e6093335e37039f6d089492a8f Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Wed, 5 Oct 2022 17:47:52 +0200 Subject: i3vol.sh working with other system languages. --- i3blocks/i3vol.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'i3blocks') 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 && -- cgit v1.2.1