diff --git a/.config/scripts/mpd-song.sh b/.config/scripts/mpd-song.sh index b263929..05afc77 100755 --- a/.config/scripts/mpd-song.sh +++ b/.config/scripts/mpd-song.sh @@ -2,4 +2,6 @@ if mpc status | grep -q "\[playing\]"; then mpc status | head -1 +else + echo -n "mpd" fi