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