From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / kaleidescope.xml
index 482a570956077696c7d5499cb036ea425b8b47dc..6e60bf8d4c58d0555feda562b855123075b5664b 100644 (file)
@@ -4,31 +4,37 @@
 
   <command arg="-root"/>
 
-  <number id="speed" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="20000"
+  <number id="delay" type="slider" arg="-delay %"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="20000"
           convert="invert"/>
 
-  <number id="nsegments" type="spinbutton" arg="-nsegments %"
-          _label="Segments" low="1" high="100" default="7"/>
+  <number id="nsegments" type="slider" arg="-nsegments %"
+          _label="Segments" _low-label="Few" _high-label="Many"
+          low="1" high="100" default="7"/>
 
-  <number id="symmetry" type="spinbutton" arg="-symmetry %"
-          _label="Symmetry" low="3" high="32" default="11"/>
+  <number id="symmetry" type="slider" arg="-symmetry %"
+          _label="Symmetry" _low-label="3" _high-label="32"
+          low="3" high="32" default="11"/>
 
   <number id="ntrails" type="slider" arg="-ntrails %"
           _label="Trails" _low-label="Few" _high-label="Many"
-          low="1" high="1000" default="100"
-          convert="invert"/>
+          low="1" high="1000" default="100"/>
 
   <!-- #### -local_rotation [-59] -->
   <!-- #### -global_rotation [1] -->
   <!-- #### -spring_constant [5] -->
 
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+  <xscreensaver-updater />
+
   <_description>
-Another clone of an ancient meme, consisting largely of frenetic
-rotational motion of colored lines.  This one is by Ron Tapia.  The
-motion is nice, but I think it needs more solids, or perhaps just
-brighter colors.  More variations in the rotational speed might help,
-too.
+A simple kaleidoscope made of line segments.  See "GLeidescope"
+for a more sophisticated take.
+
+http://en.wikipedia.org/wiki/Kaleidoscope
+
+Written by Ron Tapia; 1997.
   </_description>
 </screensaver>