summaryrefslogtreecommitdiff
path: root/ar/.local/bin/statusbar/sb-volume
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-03-08 16:02:57 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-03-08 16:02:57 +0900
commitfb8c9e4eeb062a99f3b7232433c4ba8bb0917ea5 (patch)
tree3726df22cd237ad627ab99f6dc96886bc32fedd1 /ar/.local/bin/statusbar/sb-volume
parentaf60476d30fb0003963ee10d0b53869f89c72f89 (diff)
updates
Diffstat (limited to 'ar/.local/bin/statusbar/sb-volume')
-rwxr-xr-xar/.local/bin/statusbar/sb-volume4
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