add script to display song played by xmms
Signed-off-by: Nico Schottelius <nico@ikn.ethz.ch>
This commit is contained in:
parent
934b38e076
commit
f144f848cc
1 changed files with 4 additions and 0 deletions
4
old/xmms-monitor-song.sh
Executable file
4
old/xmms-monitor-song.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
|
||||
while true; do echo currenttrack | xmms-shell | sed 's/Current song: //'; sleep 5; done
|
Loading…
Reference in a new issue