54a03a47777723e23078ba23c41f447e74770ae2
[xscreensaver] / hacks / config / juggle.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="juggle" _label="Juggle">
4
5   <command arg="-root"/>
6
7   <number id="count" type="slider" arg="-count %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="50" high="1000" default="150"
10           convert="invert"/>
11
12   <number id="trails" type="slider" arg="-trail %"
13           _label="Trail Length" _low-label="None" _high-label="Long"
14           low="0" high="100" default="0"/>
15
16   <boolean id="solid" _label="Checkered Balls" arg-unset="-solid"/>
17
18 <!-- I can't figure out what -cycles does -->
19 <!-- -pattern would be a really long, confusing option menu -->
20
21   <_description>
22 Draws a juggling stick-man.  Written by Tim Auckland.
23   </_description>
24 </screensaver>