(add): scripts dir, mpd-song script
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if mpc status | grep -q "\[playing\]"; then
|
||||
mpc status | head -1
|
||||
fi
|
||||
Reference in New Issue
Block a user