mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Fix i3bar when vol module click & changing vol
This commit is contained in:
parent
73e0401712
commit
83e32103a7
@ -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 ;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user