From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / moire2.xml
index 886d08198a7fe90449e51602b13de4b79ec535f2..c2496fe6c566a90499819a44229f393d223ac114 100644 (file)
@@ -4,23 +4,29 @@
 
   <command arg="-root"/>
 
-  <number id="speed" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="80000" default="50000"
+  <number id="delay" type="slider" arg="-delay %"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="50000"
           convert="invert"/>
 
   <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="150"/>
 
   <number id="thickness" type="spinbutton" arg="-thickness %"
             _label="Thickness" low="0" high="100" default="0"/>
 
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+  <xscreensaver-updater />
+
   <_description>
-Another example of the fun you can have with moire
-interference patterns; this hack generates fields of concentric
-circles or ovals, and combines the planes with various operations.
-The planes are moving independently of one another, causing the
-interference lines to ``spray.''  Written by Jamie Zawinski.
+Generates fields of concentric circles or ovals, and combines the
+planes with various operations.  The planes are moving independently
+of one another, causing the interference lines to spray.
+
+http://en.wikipedia.org/wiki/Moire_pattern
+
+Written by Jamie Zawinski; 1998.
   </_description>
 </screensaver>