mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
Merge 76ebbf1e54c6872726d29db2b3107d0d21f26b93 into 475e4abb4084008198f1d9a23de6450e02b074a9
This commit is contained in:
commit
ba4fbebeb3
@ -4,9 +4,9 @@
|
||||
|
||||
case $BLOCK_BUTTON in
|
||||
1) setsid -w -f "$TERMINAL" -e pulsemixer; pkill -RTMIN+10 "${STATUSBAR:-dwmblocks}" ;;
|
||||
2) wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle ;;
|
||||
4) wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+ ;;
|
||||
5) wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%- ;;
|
||||
2) wpctl set-mute @DEFAULT_SINK@ toggle ;;
|
||||
4) wpctl set-volume @DEFAULT_SINK@ 1%+ ;;
|
||||
5) wpctl set-volume @DEFAULT_SINK@ 1%- ;;
|
||||
3) notify-send "📢 Volume module" "\- Shows volume 🔊, 🔇 if muted.
|
||||
- Middle click to mute.
|
||||
- Scroll to change." ;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user