Fix: back now goes back
authorDylan Lloyd <dylan@dylansserver.com>
Sun, 25 Mar 2012 23:55:04 +0000 (19:55 -0400)
committerDylan Lloyd <dylan@dylansserver.com>
Sun, 25 Mar 2012 23:55:04 +0000 (19:55 -0400)
scripts/back

index fc8f08c..e0fe90a 100755 (executable)
@@ -3,5 +3,5 @@
 if [ -n "$(pgrep pianobar)" ]
 then
   notify-send -i /usr/share/icons/powermate/skip-backward.png "skip backward "
-  mpc next
+  mpc previous
 fi