nsbin/old/xmms-monitor-song.sh
Nico Schottelius f144f848cc add script to display song played by xmms
Signed-off-by: Nico Schottelius <nico@ikn.ethz.ch>
2008-11-28 13:23:48 +01:00

4 lines
102 B
Bash
Executable file

#!/bin/sh
#
while true; do echo currenttrack | xmms-shell | sed 's/Current song: //'; sleep 5; done