From f1e40e4826b050e984219019e379f5dbefe5a317 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 20 Apr 2026 12:38:36 +0900 Subject: modified statusbar/sb-music --- ar/.local/bin/statusbar/sb-music | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ar/.local/bin') diff --git a/ar/.local/bin/statusbar/sb-music b/ar/.local/bin/statusbar/sb-music index de29ef8..a6b7327 100755 --- a/ar/.local/bin/statusbar/sb-music +++ b/ar/.local/bin/statusbar/sb-music @@ -154,7 +154,9 @@ case $BLOCK_BUTTON in - Middle click pauses/unpause - Scroll changes track" ;; -4) mpc prev ;; # scroll up, previous -5) mpc next ;; # scroll down, next +4) mpc prev ;; +5) mpc next ;; 6) setsid -f "$TERMINAL" -e "$EDITOR" "$0" ;; +9) playerctl prev ;; +10) playerctl next ;; esac -- cgit v1.2.3