http://svn.poeml.de/viewvc/ppc/src-unpacked/xscreensaver/xscreensaver-4.12.tar.bz2...
[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="speed" 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="radius" type="spinbutton" arg="-radius %"
13           _label="Radius" low="5" high="1000" default="125"/>
14
15   <_description>
16 Draws a spotlight scanning across a black screen, illuminating the
17 underlying desktop when it passes.  Written by Rick Schultz.
18   </_description>
19 </screensaver>