statusbar-scripts/sb-song

8 lines
97 B
Plaintext
Raw Normal View History

2023-08-23 19:45:38 +02:00
#!/bin/sh
while true
do
printf '%s\n' "$(mpc current)"
mpc idle player > /dev/null
done