(add): scripts dir, mpd-song script

This commit is contained in:
2025-06-12 22:01:56 -04:00
parent f682442c7e
commit fa3bb22ab0
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
if mpc status | grep -q "\[playing\]"; then
mpc status | head -1
fi