http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / moire2.xml
index e87cf1958ab6af6e4d0058dc2a2e1c358791d666..1c5d7f14df0e3df4c99831e99be54f74947b843b 100644 (file)
@@ -5,22 +5,26 @@
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="80000" default="50000"
+          _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"/>
+
   <_description>
 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>