mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Fixes github.com/LukeSmithxyz/dwmblocks/issues/94
This commit is contained in:
parent
f9e1c86265
commit
b9d26d8dd7
@ -5,8 +5,8 @@
|
|||||||
case $BLOCK_BUTTON in
|
case $BLOCK_BUTTON in
|
||||||
1) setsid -f "$TERMINAL" -e pulsemixer ;;
|
1) setsid -f "$TERMINAL" -e pulsemixer ;;
|
||||||
2) pamixer -t ;;
|
2) pamixer -t ;;
|
||||||
4) pamixer --allow-boost -i 1 ;;
|
4) pamixer --allow-boost -i 1; pkill -RTMIN+10 dwmblocks ;;
|
||||||
5) pamixer --allow-boost -d 1 ;;
|
5) pamixer --allow-boost -d 1; pkill -RTMIN+10 dwmblocks ;;
|
||||||
3) notify-send "📢 Volume module" "\- Shows volume 🔊, 🔇 if muted.
|
3) notify-send "📢 Volume module" "\- Shows volume 🔊, 🔇 if muted.
|
||||||
- Middle click to mute.
|
- Middle click to mute.
|
||||||
- Scroll to change." ;;
|
- Scroll to change." ;;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user