summaryrefslogtreecommitdiff
path: root/ar/.local/bin/statusbar
diff options
context:
space:
mode:
Diffstat (limited to 'ar/.local/bin/statusbar')
-rwxr-xr-xar/.local/bin/statusbar/sb-music6
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