http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / piecewise.xml
index 14dd1dd4a513b5cd18787591d9394cf2a5a0d79a..3cf4782900b32d0c75481cccc0031929dea1fd10 100644 (file)
@@ -4,28 +4,34 @@
 
   <command arg="-root"/>
 
-  <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="5000"
-          convert="invert"/>
-
-  <number id="count" type="slider" arg="-count %"
-          _label="Count" _low-label="Few" _high-label="Many"
-          low="4" high="100" default="32"/>
-
-  <number id="colorspeed" type="slider" arg="-colorspeed %"
-          _label="Color shifting speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="100" default="10"/>
-
-  <number id="minradius" type="slider" arg="-minradius %"
-          _label="Minimum radius" _low-label="Small" _high-label="Large"
-          low="0.01" high="0.5" default="0.05"/>
-
-  <number id="maxradius" type="slider" arg="-maxradius %"
-          _label="Maximum radius" _low-label="Small" _high-label="Large"
-          low="0.01" high="0.5" default="0.2"/>
-
-<!--  <boolean id="db" _label="Double Buffer" arg-unset="-no-db"/> -->
+  <hgroup>
+   <vgroup>
+    <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="Count" _low-label="Few" _high-label="Many"
+            low="4" high="100" default="32"/>
+
+    <number id="colorspeed" type="slider" arg="-colorspeed %"
+            _label="Color shift" _low-label="Slow" _high-label="Fast"
+            low="0" high="100" default="10"/>
+   </vgroup>
+   <vgroup>
+
+    <number id="minradius" type="slider" arg="-minradius %"
+            _label="Minimum radius" _low-label="Small" _high-label="Large"
+            low="0.01" high="0.5" default="0.05"/>
+
+    <number id="maxradius" type="slider" arg="-maxradius %"
+            _label="Maximum radius" _low-label="Small" _high-label="Large"
+            low="0.01" high="0.5" default="0.2"/>
+   </vgroup>
+  </hgroup>
+
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
   <_description>
 This draws a bunch of moving circles which switch from visibility to