1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="spotlight" _label="Spotlight">
7 <number id="delay" type="slider" arg="-delay %"
8 _label="Speed" _low-label="Slow" _high-label="Fast"
9 low="0" high="20000" default="10000"
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"/>
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"/>
20 <xscreensaver-image />
23 Draws a spotlight scanning across a black screen, illuminating the
24 underlying desktop (or a picture) when it passes.
26 Written by Rick Schultz and Jamie Zawinski; 1999.