Commit Diff
--- mpc-notify +++ mpc-notify @@ -43,6 +43,11 @@ case "$command" in song_head="Now Playing" use_preview=1 ;; +"stop") + mpc -q stop + song_head="Stopped Playing" + song_icon="media-playback-stop" + ;; "toggle") mpc -q toggle state="$(mpc status %state%)"