http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / substrate.xml
index 5c4b725665fe30b94faf6d8df2c9714159048b47..7c9ac57addf0de621024a4ae59ee80462ab6d8b6 100644 (file)
@@ -4,29 +4,36 @@
 
   <command arg="-root"/>
 
-  <number id="init" type="spinbutton" arg="-initial-cracks %"
-          _label="Initial Cracks" low="3" high="15" default="3"/>
-
-  <number id="speed" type="slider" arg="-growth-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="30000" default="18000" convert="invert"/>
-
-  <number id="maxcyc" type="slider" arg="-max-cycles %"
-          _label="Duration"  _low-label="Short" _high-label="Long"
-          low="2000" high="25000" default="12000" />
-  
-  <number id="sandg" type="slider" arg="-sand-grains %"
-          _label="Sandgrains" _low-label="Few" _high-label="Lots"
-          low="16" high="128" default="64" />
-
-  <number id="curve" type="slider" arg="-circle-percent %"
-          _label="Circle Percentage" _low-label="0%" _high-label="100%"
-          low="0" high="100" default="33" />
-  
-  <boolean id="wire" _label="Wireframe only" arg-set="-wireframe" />
+  <hgroup>
+   <vgroup>
+    <number id="speed" type="slider" arg="-growth-delay %"
+            _label="Frame rate" _low-label="Low" _high-label="High"
+            low="0" high="100000" default="18000" convert="invert"/>
+
+    <number id="maxcyc" type="slider" arg="-max-cycles %"
+            _label="Duration"  _low-label="Short" _high-label="Long"
+            low="2000" high="25000" default="10000" />
+
+    <number id="sandg" type="slider" arg="-sand-grains %"
+            _label="Sand grains" _low-label="Few" _high-label="Lots"
+            low="16" high="128" default="64" />
+
+    <number id="curve" type="slider" arg="-circle-percent %"
+            _label="Circle percentage" _low-label="0%" _high-label="100%"
+            low="0" high="100" default="33" />
+   </vgroup>
+   <vgroup>
+    <number id="init" type="spinbutton" arg="-initial-cracks %"
+            _label="Initial cracks" low="3" high="15" default="3"/>
+
+    <boolean id="wire" _label="Wireframe only" arg-set="-wireframe" />
+
+    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+   </vgroup>
+  </hgroup>
 
   <_description>
-Lines like crystals grow on a computational substrate.  A simple 
+Crystalline lines grow on a computational substrate.  A simple
 perpendicular growth rule creates intricate city-like structures.
 
 Written by J. Tarbell and Mike Kershaw; 2004.