
SmallTunes
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
bottle
17 years ago
karamba x=722 y=53 w=194 h=38 interval=1000 locked=true
#xmms
x=0 y=0
image x=0 y=0 path="pics/display.png"
text x=2 y=27 w=190 h=11 sensor=xmms align=left bgcolor=16,16,16 color=252,252,252,252 shadow=1 font="Geneva" fontsize=7 format="%title" interval=1000 MOVE=-10 MAXMOVE=170
#buttons
x=4 y=4
image x=1 y=1 path="pics/Reverse.png"
image x=21 y=0 path="pics/Play.png"
image x=43 y=1 path="pics/Forward.png"
clickarea x=1 y=1 w=18 h=17 onclick="xmms -r" preview=false
clickarea x=21 y=0 w=19 h=19 onclick="xmms -p" preview=false
clickarea x=43 y=1 w=18 h=17 onclick="xmms --f" preview=false
#time
text x=68 y=8 w=37 h=11 align=right sensor=xmms bgcolor=16,16,16 color=252,252,252 shadow=1 font="Luxi Sans" fontsize=7 format="%time" interval=1000
text x=105 y=6 w=6 h=11 align=center bgcolor=16,16,16 color=252,252,252 shadow=1 font="Luxi Sans" fontsize=8 value="/"
text x=111 y=7 w=37 h=11 align=left sensor=xmms bgcolor=16,16,16 color=252,252,252 shadow=1 font="Luxi Sans" fontsize=7 format="%length" interval=1000
FULL working xmms bam!
Report
purplegecko
17 years ago
If your system is set up this way then it won't be possible to use the buttons without something like the following:
dcop `dcop | grep noatun` Noatun back
instead of the usual:
dcop noatun Noatun back
This is true for all the buttons.
Just thought I would mention that in case anyone has had that problem.
Report
ThEOnE
17 years ago
This no work for me, and i want that any help me with this.
Report
ntesa
17 years ago
Report
TheChicken
17 years ago
I've changed the sensor=noatun to xmms, and the time and track number works, but i can't switch tracks.
Report
catch22
17 years ago
onclick="xmms --r"
onclick="xmms -p"
onclick="xmms --f"
Report
catch22
17 years ago
Report
matiman
17 years ago
Report
Tschaeck
17 years ago
shouldn't be too hard, to replace the noatun sensors with the xmms sensors.
Report
catch22
17 years ago
Report