http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / shadebobs.xml
index c012065f67b27de3a178588160fe2f2ef4b59792..9ed9ec11fbb56fe170e9757ff40e86efacc0f6b5 100644 (file)
@@ -4,28 +4,30 @@
 
   <command arg="-root"/>
 
+  <number id="delay" type="slider" arg="-delay %"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="20000" default="10000"
+          convert="invert"/>
+
   <!-- #### -degrees [0] -->
   <!-- #### -color [random] -->
 
   <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="count" type="slider" arg="-count %"
           _label="Count" _low-label="One" _high-label="Many"
           low="1" high="20" default="4"/>
 
-  <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="cycles" type="slider" arg="-cycles %"
            _label="Duration" _low-label="Short" _high-label="Long"
           low="0" high="100" default="10"/>
 
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
   <_description>
-This draws smoothly-shaded oscillating oval patterns, that look
+This draws smoothly-shaded oscillating oval patterns that look
 something like vapor trails or neon tubes.
 
 Written by Shane Smit; 1999.