From fb8c9e4eeb062a99f3b7232433c4ba8bb0917ea5 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 8 Mar 2025 16:02:57 +0900 Subject: updates --- ar/.local/bin/statusbar/sb-volume | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ar/.local/bin/statusbar/sb-volume') 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 -- cgit v1.2.3