http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.06.tar.gz
[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="200"
10           convert="invert"/>
11
12   <number id="cycles" type="slider" arg="-cycles %"
13           _label="Performance Length" _low-label="Short" _high-label="Long"
14           low="50" high="1000" default="1000"/>
15
16   <number id="tail" type="slider" arg="-tail %"
17           _label="Trail Length" _low-label="None" _high-label="Long"
18           low="0" high="100" default="1"/>
19
20   <hgroup>
21    <vgroup>
22     <boolean id="balls" _label="Balls" arg-unset="-no-balls"/>
23     <boolean id="clubs" _label="Clubs" arg-unset="-no-clubs"/>
24     <boolean id="torches" _label="Flaming Torches" arg-unset="-no-torches"/>
25    </vgroup>
26    <vgroup>
27     <boolean id="knives" _label="Knives" arg-unset="-no-knives"/>
28     <boolean id="rings" _label="Rings" arg-unset="-no-rings"/>
29     <boolean id="bballs" _label="Bowling Balls" arg-unset="-no-bballs"/>
30    </vgroup>
31   </hgroup>
32
33   <boolean id="describe" _label="Print Cambridge Juggling Pattern Descriptions" arg-unset="-no-describe"/>
34   <string id="pattern" _label="Juggle This Pattern" arg="-pattern %" />
35
36   <_description>
37 Draws a juggling stick-man.  See also "Juggler3D".
38
39 Written by Tim Auckland; 2002.
40   </_description>
41 </screensaver>