#!/bin/sh title=$(mpc -f "%title%" 2> /dev/null | head -n 1 | xargs) artist=$(mpc -f "%artist%" 2> /dev/null | head -n 1 | xargs) notify-send -r 120 -a " $artist" -t 1500 "~ $title ~ "