Update sb-volume

This commit is contained in:
vartiovaara 2021-08-01 23:48:06 +03:00 committed by GitHub
parent 96ee4991d2
commit 7f57c77af1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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