fc8f08c50280d410c566ed67a34e9d273e502aaf
[powermate.git] / scripts / back
1 #!/bin/sh
2
3 if [ -n "$(pgrep pianobar)" ]
4 then
5   notify-send -i /usr/share/icons/powermate/skip-backward.png "skip backward "
6   mpc next
7 fi