From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / discrete.xml
index 98a5981b0a55c9f9f9eb7ad569ebff45a1b8f89d..01c7d4f4aed6796e17e6803a15f4df0568e6ce32 100644 (file)
@@ -4,22 +4,28 @@
 
   <command arg="-root"/>
 
-  <number id="cycles" type="slider" arg="-cycles %"
-           _label="Timeout" _low-label="Small" _high-label="Large"
-          low="100" high="10000" default="2500"/>
+  <video href="https://www.youtube.com/watch?v=l-yIY8vRlHA"/>
 
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="1000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="20000"
           convert="invert"/>
 
+  <number id="cycles" type="slider" arg="-cycles %"
+           _label="Timeout" _low-label="Small" _high-label="Large"
+          low="100" high="10000" default="2500"/>
+
   <number id="ncolors" type="slider" arg="-ncolors %"
-            _label="Number of Colors" _low-label="Two" _high-label="Many"
+            _label="Number of colors" _low-label="Two" _high-label="Many"
             low="1" high="255" default="100"/>
 
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+  <xscreensaver-updater />
+
   <_description>
-More "discrete map" systems, including new variants of Hopalong and
-Julia, and a few others.
+Discrete map fractal systems, including variants of Hopalong, Julia,
+and others.
 
 Written by Tim Auckland; 1998.
   </_description>