added control scripts and icons to repo
[powermate.git] / scripts / back
diff --git a/scripts/back b/scripts/back
new file mode 100755 (executable)
index 0000000..fc8f08c
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if [ -n "$(pgrep pianobar)" ]
+then
+  notify-send -i /usr/share/icons/powermate/skip-backward.png "skip backward "
+  mpc next
+fi