diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2023-01-15 08:23:54 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2023-01-15 08:23:54 -0500 |
| commit | 9385a569fe356db706ed268a87e77cfa760d58dd (patch) | |
| tree | 2c8d3b6e3e72f6dd2e211a5cf380baf301d2f545 /.local/bin/statusbar/sb-volume | |
| parent | 5c52bd63394aafbb93b6713b74c148e5a4ec17c7 (diff) | |
| parent | 5c262da7c39fb0b3cd52acca36f45d4e7c629d37 (diff) | |
| download | eibhear-9385a569fe356db706ed268a87e77cfa760d58dd.tar.gz eibhear-9385a569fe356db706ed268a87e77cfa760d58dd.tar.zst eibhear-9385a569fe356db706ed268a87e77cfa760d58dd.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.local/bin/statusbar/sb-volume')
| -rwxr-xr-x | .local/bin/statusbar/sb-volume | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.local/bin/statusbar/sb-volume b/.local/bin/statusbar/sb-volume index d17ce66..52999f4 100755 --- a/.local/bin/statusbar/sb-volume +++ b/.local/bin/statusbar/sb-volume @@ -4,9 +4,9 @@ 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 ;; + 2) wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle ;; + 4) wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+ ;; + 5) wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%- ;; 3) notify-send "📢 Volume module" "\- Shows volume 🔊, 🔇 if muted. - Middle click to mute. - Scroll to change." ;; |
