1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="juggle" _label="Juggle">
7 <video href="https://www.youtube.com/watch?v=E3Ae7uQtWP0"/>
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"
16 <number id="count" type="slider" arg="-count %"
17 _label="Speed" _low-label="Slow" _high-label="Fast"
18 low="50" high="1000" default="200"
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"/>
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"/>
34 <boolean id="balls" _label="Balls" arg-unset="-no-balls"/>
35 <boolean id="clubs" _label="Clubs" arg-unset="-no-clubs"/>
38 <boolean id="rings" _label="Rings" arg-unset="-no-rings"/>
39 <boolean id="knives" _label="Knives" arg-unset="-no-knives"/>
42 <boolean id="torches" _label="Flaming torches" arg-unset="-no-torches"/>
43 <boolean id="bballs" _label="Bowling balls" arg-unset="-no-bballs"/>
47 <boolean id="describe" _label="Print Cambridge juggling pattern descriptions" arg-unset="-no-describe"/>
48 <string id="pattern" _label="Juggle this pattern" arg="-pattern %" />
50 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
52 <xscreensaver-updater />
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.
58 Written by Tim Auckland; 2002.