http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.06.tar.gz
[xscreensaver] / hacks / config / spotlight.xml
index 2cb08e6fb31902dbb2c85a3753469681639fd2d5..349c01de96e2b449b4f511f406201c25fe1f333f 100644 (file)
@@ -9,11 +9,20 @@
           low="0" high="20000" 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 />
 
   <_description>
 Draws a spotlight scanning across a black screen, illuminating the
-underlying desktop when it passes.  Written by Rick Schultz.
+underlying desktop (or a picture) when it passes.
+
+Written by Rick Schultz and Jamie Zawinski; 1999.
   </_description>
 </screensaver>