From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / spotlight.xml
index 349c01de96e2b449b4f511f406201c25fe1f333f..24bfb9a050ffa752ef1de62febffd022de85a330 100644 (file)
@@ -4,9 +4,11 @@
 
   <command arg="-root"/>
 
+  <video href="https://www.youtube.com/watch?v=av29CVh2UeM"/>
+
   <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>