Fix i3bar when vol module click & changing vol

This commit is contained in:
Tom 2019-05-21 19:06:45 +02:00 committed by GitHub
parent 73e0401712
commit 83e32103a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/bin/sh
case $BLOCK_BUTTON in
1) setsid "$TERMINAL" -e pulsemixer & ;;
1) setsid "$TERMINAL" -e pulsemixer; pkill -RTMIN+10 i3blocks & ;;
2) pulsemixer --toggle-mute ;;
4) pulsemixer --change-volume +5 ;;
5) pulsemixer --change-volume -5 ;;