Fix: back now goes back...
[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 prev
7 fi