From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / thornbird.xml
index 86b7d0ba367e279779ff6c335b0c7159c89155f3..595fb43e0f1d8721bdac6513c5a829ad6b60ad10 100644 (file)
@@ -4,25 +4,32 @@
 
   <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="800"/>
+          low="10" high="1000" default="100"/>
 
   <number id="cycles" type="slider" arg="-cycles %"
            _label="Thickness" _low-label="Thin" _high-label="Thick"
-          low="2" high="500" default="16"/>
-
-  <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="50000" default="10000"
-          convert="invert"/>
+          low="2" high="1000" default="400"/>
 
+<!--
   <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"/>
+
+  <xscreensaver-updater />
 
   <_description>
-Displays a view of the ``Bird in a Thornbush'' fractal.
-Written by Tim Auckland.
+Displays a view of the "Bird in a Thornbush" fractal.
+
+Written by Tim Auckland; 2002.
   </_description>
 </screensaver>