mpd-module-update now mpdup

it is autostarted by the music module if not already running
This commit is contained in:
Luke Smith
2020-05-26 07:22:06 -04:00
parent 7f58bbb22d
commit c153ac7fb4
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
filter() { mpc | sed "/^volume:/d;s/\\&/&/g;s/\\[paused\\].*/⏸/g;/\\[playing\\].*/d" | paste -sd ' ';}
pidof -x mpdup >/dev/null 2>&1 || mpdup &
case $BLOCK_BUTTON in
1) mpc status | filter ; setsid "$TERMINAL" -e ncmpcpp & ;; # right click, pause/unpause
2) mpc toggle | filter ;; # right click, pause/unpause