http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/xscreensaver-4.20.tar.gz
[xscreensaver] / hacks / config / juggle.xml
index 54a03a47777723e23078ba23c41f447e74770ae2..40f291a100e6bc0dfbd5a3f48568c6ac65ea4bee 100644 (file)
@@ -6,17 +6,27 @@
 
   <number id="count" type="slider" arg="-count %"
           _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="50" high="1000" default="150"
+          low="50" high="1000" default="200"
           convert="invert"/>
 
-  <number id="trails" type="slider" arg="-trail %"
+  <number id="cycles" type="slider" arg="-cycles %"
+          _label="Performance Length" _low-label="Short" _high-label="Long"
+          low="50" high="1000" default="1000"/>
+
+  <number id="tail" type="slider" arg="-tail %"
           _label="Trail Length" _low-label="None" _high-label="Long"
           low="0" high="100" default="0"/>
 
-  <boolean id="solid" _label="Checkered Balls" arg-unset="-solid"/>
+  <boolean id="describe" _label="turn on/off pattern descriptions." arg-unset="-no-describe"/>
+
+  <boolean id="balls" _label="turn on/off Balls." arg-unset="-no-balls"/>
+  <boolean id="clubs" _label="turn on/off Clubs." arg-unset="-no-clubs"/>
+  <boolean id="torches" _label="turn on/off Flaming Torches." arg-unset="-no-torches"/>
+  <boolean id="knives" _label="turn on/off Knives." arg-unset="-no-knives"/>
+  <boolean id="rings" _label="turn on/off Rings." arg-unset="-no-rings"/>
+  <boolean id="bballs" _label="turn on/off Bowling Balls." arg-unset="-no-bballs"/>
 
-<!-- I can't figure out what -cycles does -->
-<!-- -pattern would be a really long, confusing option menu -->
+  <string id="pattern" _label="Use Pattern " arg="-pattern %" />
 
   <_description>
 Draws a juggling stick-man.  Written by Tim Auckland.