From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / spotlight.xml
index b10adacf79a87616decc21acb18cdafbe38c37d2..f80537cdb03ef5d5b2f376954f924b11ddd67f92 100644 (file)
@@ -4,16 +4,29 @@
 
   <command arg="-root"/>
 
-  <number id="speed" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="10000"
+  <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="radius" type="spinbutton" arg="-radius %"
-          _label="Radius" low="5" high="1000" default="125"/>
+  <number id="duration" type="slider" arg="-duration %"
+          _label="Duration" _low-label="10 seconds" _high-label="10 minutes"
+          low="10" high="600" default="120"/>
+
+  <number id="radius" type="slider" arg="-radius %"
+          _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, illumnating the
-underlying desktop when it passes.  Written by Rick Schultz.
+A spotlight scanning across a black screen, illuminating a loaded
+image when it passes.
+
+Written by Rick Schultz and Jamie Zawinski; 1999.
   </_description>
 </screensaver>