From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / kaleidescope.xml
index a819370a582ddc141195d1de5274e36463ca5177..ccfc18f3e8eaf243502b086c0cc40ae5215dea76 100644 (file)
@@ -4,6 +4,8 @@
 
   <command arg="-root"/>
 
+  <video href="https://www.youtube.com/watch?v=mGplFlx1y3M"/>
+
   <number id="delay" type="slider" arg="-delay %"
           _label="Frame rate" _low-label="Low" _high-label="High"
           low="0" high="100000" default="20000"
@@ -19,8 +21,7 @@
 
   <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] -->
 
   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
+  <xscreensaver-updater />
+
   <_description>
-A simple kaleidoscope.  See also "GLeidescope".
+A simple kaleidoscope made of line segments.  See "GLeidescope"
+for a more sophisticated take.
 
-http://en.wikipedia.org/wiki/Kaleidoscope
+https://en.wikipedia.org/wiki/Kaleidoscope
 
 Written by Ron Tapia; 1997.
   </_description>