From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / spotlight.xml
index 349c01de96e2b449b4f511f406201c25fe1f333f..f80537cdb03ef5d5b2f376954f924b11ddd67f92 100644 (file)
@@ -5,8 +5,8 @@
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="10000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="10000"
           convert="invert"/>
 
   <number id="duration" type="slider" arg="-duration %"
           low="10" high="600" default="120"/>
 
   <number id="radius" type="slider" arg="-radius %"
-          _label="Spotlight Size" _low-label="Small" _high-label="Large"
+          _label="Spotlight size" _low-label="Small" _high-label="Large"
           low="5" high="350" default="125"/>
 
   <xscreensaver-image />
 
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+  <xscreensaver-updater />
+
   <_description>
-Draws a spotlight scanning across a black screen, illuminating the
-underlying desktop (or a picture) when it passes.
+A spotlight scanning across a black screen, illuminating a loaded
+image when it passes.
 
 Written by Rick Schultz and Jamie Zawinski; 1999.
   </_description>