Fixes github.com/LukeSmithxyz/dwmblocks/issues/94

This commit is contained in:
JimPix1 2022-03-14 21:24:34 +00:00 committed by GitHub
parent f9e1c86265
commit b9d26d8dd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,8 +5,8 @@
case $BLOCK_BUTTON in
1) setsid -f "$TERMINAL" -e pulsemixer ;;
2) pamixer -t ;;
4) pamixer --allow-boost -i 1 ;;
5) pamixer --allow-boost -d 1 ;;
4) pamixer --allow-boost -i 1; pkill -RTMIN+10 dwmblocks ;;
5) pamixer --allow-boost -d 1; pkill -RTMIN+10 dwmblocks ;;
3) notify-send "📢 Volume module" "\- Shows volume 🔊, 🔇 if muted.
- Middle click to mute.
- Scroll to change." ;;