http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / demon.xml
index ed08cc68c614f3e56cc97a9476795cf226422e29..c99799cf4b06574e7b951be0d587061c944f9f29 100644 (file)
@@ -4,29 +4,34 @@
 
   <command arg="-root"/>
 
-  <number id="count" type="spinbutton" arg="-count %"
-          _label="States" low="0" high="20" default="0"/>
+  <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="count" type="slider" arg="-count %"
+          _label="States" _low-label="0" _high-label="20"
+           low="0" high="20" default="0"/>
 
   <number id="cycles" type="slider" arg="-cycles %"
            _label="Timeout" _low-label="Small" _high-label="Large"
           low="0" high="800000" default="1000"/>
 
-  <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          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="64"/>
 
   <number id="size" type="spinbutton" arg="-size %"
-           _label="Cell Size" low="-20" high="20" default="-7"/>
+           _label="Cell size" low="-20" high="20" default="-7"/>
+
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
   <_description>
 A cellular automaton that starts with a random field, and organizes
 it into stripes and spirals.
 
+http://en.wikipedia.org/wiki/Maxwell%27s_demon
+
 Written by David Bagley; 1999.
   </_description>
 </screensaver>