add script to display song played by xmms

Signed-off-by: Nico Schottelius <nico@ikn.ethz.ch>
This commit is contained in:
Nico Schottelius 2008-11-28 13:23:48 +01:00
parent 934b38e076
commit f144f848cc
1 changed files with 4 additions and 0 deletions

4
old/xmms-monitor-song.sh Executable file
View File

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