diff options
Diffstat (limited to 'ar/.local/bin/statusbar/sb-volume')
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-volume | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ar/.local/bin/statusbar/sb-volume b/ar/.local/bin/statusbar/sb-volume index 800f19e..7881bfd 100755 --- a/ar/.local/bin/statusbar/sb-volume +++ b/ar/.local/bin/statusbar/sb-volume @@ -8,11 +8,11 @@ case $BLOCK_BUTTON in pkill -RTMIN+5 "${STATUSBAR:-dwmblocks}" ;; 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" ;; +4) wpctl set-volume @DEFAULT_SINK@ 1%+ ;; +5) wpctl set-volume @DEFAULT_SINK@ 1%- ;; 6) setsid -f "$TERMINAL" -e "$EDITOR" "$0" ;; esac |
