#!/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