diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-20 12:38:36 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-20 12:38:36 +0900 |
| commit | f1e40e4826b050e984219019e379f5dbefe5a317 (patch) | |
| tree | c7c38d7e51778414dbfae34b6dbb5e357d2b50c6 /ar/.local | |
| parent | f02124ad6fcfc176ca5cac95ac8b8905d46dedb4 (diff) | |
modified statusbar/sb-music
Diffstat (limited to 'ar/.local')
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-music | 6 |
1 files changed, 4 insertions, 2 deletions
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 |
