http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / imsmap.xml
index 85142e12f8d3d6df7bfc70a7d33c795501d52454..51adcfe7a4952115644db471094a966bc6823350 100644 (file)
@@ -1,32 +1,35 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="imsmap" _label="IMSmap">
+<screensaver name="imsmap" _label="IMSMap">
 
   <command arg="-root"/>
 
-  <select id="mode">
-    <option id="random" _label="Random Mode"/>
-    <option id="h"      _label="Hue Gradients" arg-set="-mode h"/>
-    <option id="s"      _label="Saturation Gradients" arg-set="-mode s"/>
-    <option id="v"      _label="Brightness Gradients" arg-set="-mode v"/>
-  </select>
-
-  <number id="iterations" type="slider" arg="-iterations %"
-          _label="Density" _low-label="Sparse" _high-label="Dense"
-          low="1" high="7" default="7"/>
-
   <number id="delay2" type="slider" arg="-delay2 %"
-          _label="Speed" _low-label="Fast" _high-label="Slow"
-          low="0" high="1000000" default="20000"/>
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="20000"
+          convert="invert"/>
 
   <number id="delay" type="slider" arg="-delay %"
           _label="Linger" _low-label="1 Second" _high-label="1 Minute"
-          low="1" high="60" default="10"/>
+          low="1" high="60" default="5"/>
+
+  <number id="iterations" type="slider" arg="-iterations %"
+          _label="Density" _low-label="Sparse" _high-label="Dense"
+          low="1" high="7" default="7"/>
 
   <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="50"/>
 
+  <select id="mode">
+    <option id="random" _label="Random coloration"/>
+    <option id="h"      _label="Hue gradients" arg-set="-mode h"/>
+    <option id="s"      _label="Saturation gradients" arg-set="-mode s"/>
+    <option id="v"      _label="Brightness gradients" arg-set="-mode v"/>
+  </select>
+
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
   <_description>
 This generates random cloud-like patterns.  The idea is to take four
 points on the edge of the image, and assign each a random "elevation".