From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / juggle.xml
index 54a03a47777723e23078ba23c41f447e74770ae2..260d64dc8facb9b6bb0d5ecf7f483d1075f3f20a 100644 (file)
@@ -4,21 +4,55 @@
 
   <command arg="-root"/>
 
-  <number id="count" type="slider" arg="-count %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="50" high="1000" default="150"
-          convert="invert"/>
+  <hgroup>
+   <vgroup>
+    <number id="delay" type="slider" arg="-delay %"
+            _label="Frame rate" _low-label="Low" _high-label="High"
+            low="0" high="100000" default="10000"
+            convert="invert"/>
 
-  <number id="trails" type="slider" arg="-trail %"
-          _label="Trail Length" _low-label="None" _high-label="Long"
-          low="0" high="100" default="0"/>
+    <number id="count" type="slider" arg="-count %"
+            _label="Speed" _low-label="Slow" _high-label="Fast"
+            low="50" high="1000" default="200"
+            convert="invert"/>
+   </vgroup>
+   <vgroup>
+    <number id="cycles" type="slider" arg="-cycles %"
+            _label="Performance length" _low-label="Short" _high-label="Long"
+            low="50" high="1000" default="1000"/>
 
-  <boolean id="solid" _label="Checkered Balls" arg-unset="-solid"/>
+    <number id="tail" type="slider" arg="-tail %"
+            _label="Trail length" _low-label="None" _high-label="Long"
+            low="0" high="100" default="1"/>
+   </vgroup>
+  </hgroup>
 
-<!-- I can't figure out what -cycles does -->
-<!-- -pattern would be a really long, confusing option menu -->
+  <hgroup>
+   <vgroup>
+    <boolean id="balls" _label="Balls" arg-unset="-no-balls"/>
+    <boolean id="clubs" _label="Clubs" arg-unset="-no-clubs"/>
+   </vgroup>
+   <vgroup>
+    <boolean id="rings" _label="Rings" arg-unset="-no-rings"/>
+    <boolean id="knives" _label="Knives" arg-unset="-no-knives"/>
+   </vgroup>
+   <vgroup>
+    <boolean id="torches" _label="Flaming torches" arg-unset="-no-torches"/>
+    <boolean id="bballs" _label="Bowling balls" arg-unset="-no-bballs"/>
+   </vgroup>
+  </hgroup>
+
+  <boolean id="describe" _label="Print Cambridge juggling pattern descriptions" arg-unset="-no-describe"/>
+  <string id="pattern" _label="Juggle this pattern" arg="-pattern %" />
+
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+  <xscreensaver-updater />
 
   <_description>
-Draws a juggling stick-man.  Written by Tim Auckland.
+This screen saver was removed from the XScreenSaver distribution as of
+version 5.09.  It has been replaced by the "Juggler3D" screen saver.
+
+Written by Tim Auckland; 2002.
   </_description>
 </screensaver>