http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / thornbird.xml
index 001fbc39864cf9b43a5c97ff11cace20f5a88113..e3922874600733c91ff4cff902a7761b932d3196 100644 (file)
@@ -4,25 +4,27 @@
 
   <command arg="-root"/>
 
+  <number id="delay" type="slider" arg="-delay %"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="10000"
+          convert="invert"/>
+
   <number id="count" type="slider" arg="-count %"
            _label="Points" _low-label="Few" _high-label="Many"
-          low="10" high="1000" default="1000"/>
+          low="10" high="1000" default="100"/>
 
   <number id="cycles" type="slider" arg="-cycles %"
            _label="Thickness" _low-label="Thin" _high-label="Thick"
           low="2" high="1000" default="400"/>
 
-  <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="50000" default="10000"
-          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="2" high="255" default="64"/>
 -->
 
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
   <_description>
 Displays a view of the "Bird in a Thornbush" fractal.