Navigation Menu

Skip to content

Commit

Permalink
add np: to spotify line
Browse files Browse the repository at this point in the history
 Changes to be committed:
	modified:   bin/nowplaying
  • Loading branch information
MikereDD committed Jun 2, 2015
1 parent e67d36c commit 5d2036d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nowplaying
Expand Up @@ -61,7 +61,7 @@ NPPB=`cat $HOME/.config/pianobarfly/nowplaying`
else
IFONSPOTIFY=`sh $HOME/scripts/system/check_spotify_running-PID.sh`
if [ "$IFONSPOTIFY" = "On" ]; then
echo -e ":♪: $(sh ~/bin/spotify-nowplaying)"
echo -e ":♪: np: $(sh ~/bin/spotify-nowplaying)"
else
IFONMOC=`sh $HOME/scripts/system/check_moc_running-PID.sh`
if [ "$IFONMOC" = "On" ]; then
Expand Down

0 comments on commit 5d2036d

Please sign in to comment.