X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=scripts%2Fback;h=7f58ca15e93ddd2c80ab2793807fca25973a94f3;hb=HEAD;hp=fc8f08c50280d410c566ed67a34e9d273e502aaf;hpb=2abe12bf0cc031e27307624049be2dd35ba620ac;p=powermate.git diff --git a/scripts/back b/scripts/back index fc8f08c..7f58ca1 100755 --- a/scripts/back +++ b/scripts/back @@ -1,7 +1,7 @@ #!/bin/sh -if [ -n "$(pgrep pianobar)" ] +if [ -n "$(pgrep mpd)" ] then notify-send -i /usr/share/icons/powermate/skip-backward.png "skip backward " - mpc next + mpc prev fi