http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / laser.xml
index f2fb066e499803a53577cce5b8d78b4e2190d2cd..37e33d3aa4cc6cb6eedc16e566c6f472baadba0e 100644 (file)
@@ -4,6 +4,11 @@
 
   <command arg="-root"/>
 
+  <number id="delay" type="slider" arg="-delay %"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="40000"
+          convert="invert"/>
+
   <number id="count" type="spinbutton" arg="-count %"
           _label="Count" low="0" high="20" default="10"/>
 
            _label="Duration" _low-label="Short" _high-label="Long"
           low="0" high="2000" default="200"/>
 
-  <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="60000" default="40000"
-          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"/>
 
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
   <_description>
 Moving radiating lines, that look vaguely like scanning laser beams.
-(Frankie say: relax.)
+(Frankie say relax.)
 
 Written by Pascal Pensa; 1997.
   </_description>