1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh case $1 in "next") notify-send -a mocp -t 3000 "now playing" "$2 - $3 [$4]" ;; "stop") notify-send -a mocp -t 3000 "mocp" "stopped playing" ;; esac