mpd-song now shows mpd when nothing is playing

This commit is contained in:
2025-11-03 21:41:44 -05:00
parent f4c3dc7bbb
commit 5f300bb0c1
+2
View File
@@ -2,4 +2,6 @@
if mpc status | grep -q "\[playing\]"; then
mpc status | head -1
else
echo -n "mpd"
fi