From http://www.jwz.org/xscreensaver/xscreensaver-5.35.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   <video href="https://www.youtube.com/watch?v=E3Ae7uQtWP0"/>
8
9   <hgroup>
10    <vgroup>
11     <number id="delay" type="slider" arg="-delay %"
12             _label="Frame rate" _low-label="Low" _high-label="High"
13             low="0" high="100000" default="10000"
14             convert="invert"/>
15
16     <number id="count" type="slider" arg="-count %"
17             _label="Speed" _low-label="Slow" _high-label="Fast"
18             low="50" high="1000" default="200"
19             convert="invert"/>
20    </vgroup>
21    <vgroup>
22     <number id="cycles" type="slider" arg="-cycles %"
23             _label="Performance length" _low-label="Short" _high-label="Long"
24             low="50" high="1000" default="1000"/>
25
26     <number id="tail" type="slider" arg="-tail %"
27             _label="Trail length" _low-label="None" _high-label="Long"
28             low="0" high="100" default="1"/>
29    </vgroup>
30   </hgroup>
31
32   <hgroup>
33    <vgroup>
34     <boolean id="balls" _label="Balls" arg-unset="-no-balls"/>
35     <boolean id="clubs" _label="Clubs" arg-unset="-no-clubs"/>
36    </vgroup>
37    <vgroup>
38     <boolean id="rings" _label="Rings" arg-unset="-no-rings"/>
39     <boolean id="knives" _label="Knives" arg-unset="-no-knives"/>
40    </vgroup>
41    <vgroup>
42     <boolean id="torches" _label="Flaming torches" arg-unset="-no-torches"/>
43     <boolean id="bballs" _label="Bowling balls" arg-unset="-no-bballs"/>
44    </vgroup>
45   </hgroup>
46
47   <boolean id="describe" _label="Print Cambridge juggling pattern descriptions" arg-unset="-no-describe"/>
48   <string id="pattern" _label="Juggle this pattern" arg="-pattern %" />
49
50   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
51
52   <xscreensaver-updater />
53
54   <_description>
55 This screen saver was removed from the XScreenSaver distribution as of
56 version 5.09.  It has been replaced by the "Juggler3D" screen saver.
57
58 Written by Tim Auckland; 2002.
59   </_description>
60 </screensaver>