http://www.jwz.org/xscreensaver/xscreensaver-5.13.tar.gz
[xscreensaver] / hacks / config / kaleidescope.xml
index 08ef2397363b82ba2f0699db322caf26f97ca09a..e9b1b3080e5a82f136f43b91a4044971eba87f4b 100644 (file)
@@ -5,8 +5,8 @@
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="20000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="20000"
           convert="invert"/>
 
   <number id="nsegments" type="slider" arg="-nsegments %"
 
   <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"/>
+
   <_description>
-A simple kaleidoscope.  See also "gleidescope".
+A simple kaleidoscope.  See also "GLeidescope".
+
+http://en.wikipedia.org/wiki/Kaleidoscope
 
 Written by Ron Tapia; 1997.
   </_description>