diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2022-10-05 17:47:52 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2022-10-05 17:47:52 +0200 |
commit | f4b0a2b3ee0b82e6093335e37039f6d089492a8f (patch) | |
tree | 86b1f0aa1d0c331aae74e2bc342480440cf5be0d | |
parent | 066d8343ee6c1d5fa5689bf13ccdf07a7d76431a (diff) | |
download | scripts-f4b0a2b3ee0b82e6093335e37039f6d089492a8f.tar.gz scripts-f4b0a2b3ee0b82e6093335e37039f6d089492a8f.zip |
i3vol.sh working with other system languages.
-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 && |