diff options
Diffstat (limited to '.local/bin/statusbar/bar-volume')
-rwxr-xr-x | .local/bin/statusbar/bar-volume | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/bar-volume b/.local/bin/statusbar/bar-volume index d9bcc9d..b67c6ca 100755 --- a/.local/bin/statusbar/bar-volume +++ b/.local/bin/statusbar/bar-volume | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | case $BUTTON in | 4 | case $BUTTON in |
5 | 1)urxvt -e alsamixer;; | 5 | 1)urxvt -e alsamixer;; |
6 | 3)urxvt -e vim ~/.local/bin/statusbar/volume;; | 6 | 3)urxvt -e vim ~/.local/bin/statusbar/bar-volume;; |
7 | 4)amixer -q sset Master 1%+ unmute;; | 7 | 4)amixer -q sset Master 1%+ unmute;; |
8 | 5)amixer -q sset Master 1%- unmute;; | 8 | 5)amixer -q sset Master 1%- unmute;; |
9 | esac | 9 | esac |