http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.06.tar.gz
[xscreensaver] / hacks / config / spotlight.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="spotlight" _label="Spotlight">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="20000" default="10000"
10           convert="invert"/>
11
12   <number id="duration" type="slider" arg="-duration %"
13           _label="Duration" _low-label="10 seconds" _high-label="10 minutes"
14           low="10" high="600" default="120"/>
15
16   <number id="radius" type="slider" arg="-radius %"
17           _label="Spotlight Size" _low-label="Small" _high-label="Large"
18           low="5" high="350" default="125"/>
19
20   <xscreensaver-image />
21
22   <_description>
23 Draws a spotlight scanning across a black screen, illuminating the
24 underlying desktop (or a picture) when it passes.
25
26 Written by Rick Schultz and Jamie Zawinski; 1999.
27   </_description>
28 </screensaver>