http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / hopalong.xml
index 3c17679846d3fb489c017e9f85f80da58fc18a7e..4c91dbbafa89e2a65da13f56b7cd8d3fe22e119e 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="10000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="10000"
           convert="invert"/>
 
   <number id="cycles" type="slider" arg="-cycles %"
           low="0" high="800000" default="2500"/>
 
   <number id="count" type="slider" arg="-count %"
-          _label="Color Contrast" _low-label="Low" _high-label="High"
+          _label="Color contrast" _low-label="Low" _high-label="High"
           low="100" high="10000" default="1000"/>
 
   <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="200"/>
 
   <hgroup>
       <boolean id="ejk5"    _label="EJK5"    arg-set="-ejk5"/>
       <boolean id="ejk6"    _label="EJK6"    arg-set="-ejk6"/>
     </vgroup>
+
+    <vgroup>
+     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+    </vgroup>
   </hgroup>
 
   <_description>
-This draws lacy fractal patterns, based on iteration in the imaginary
-plane, from a 1986 Scientific American article.  
+This draws lacy fractal patterns based on iteration in the imaginary
+plane, from a 1986 Scientific American article.  See also the
+"Discrete" screen saver.
 
 Written by Patrick Naughton; 1992.
   </_description>