From http://www.jwz.org/xscreensaver/xscreensaver-5.24.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="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" 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   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
23
24   <xscreensaver-updater />
25
26   <_description>
27 A spotlight scanning across a black screen, illuminating a loaded
28 image when it passes.
29
30 Written by Rick Schultz and Jamie Zawinski; 1999.
31   </_description>
32 </screensaver>