diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-20 16:19:07 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-20 16:19:07 +0900 |
| commit | 6dcbb73f1262f6e5d2eb4837203439f218a51aef (patch) | |
| tree | 957ecdcf40c4054e73d238ce769116aab101abdb /ar | |
| parent | ff0e6217fffe56d6ddca4cb8af23922ed0054650 (diff) | |
modified statusbar/sb-music
Diffstat (limited to 'ar')
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-music | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ar/.local/bin/statusbar/sb-music b/ar/.local/bin/statusbar/sb-music index a6b7327..4fc751d 100755 --- a/ar/.local/bin/statusbar/sb-music +++ b/ar/.local/bin/statusbar/sb-music @@ -145,11 +145,6 @@ case $BLOCK_BUTTON in 3) # right click { [ -n "$(mpc current)" ] && [ -n "$(mpc queued)" ]; } && notify-send "🎵 $(mpc current)" "⏭ $(mpc queued)" notify-send "🎵 Music module" "\- Shows mpd song playing and status -- 🎵 if playing -- ⏸ if paused -- 🔂 if single on -- 🔁 if repeat on -- 🔀 if random on - Left click opens ncmpcpp - Middle click pauses/unpause - Scroll changes track" |
