1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="spotlight" _label="Spotlight">
7 <video href="https://www.youtube.com/watch?v=av29CVh2UeM"/>
9 <number id="delay" type="slider" arg="-delay %"
10 _label="Frame rate" _low-label="Low" _high-label="High"
11 low="0" high="100000" default="10000"
14 <number id="duration" type="slider" arg="-duration %"
15 _label="Duration" _low-label="10 seconds" _high-label="10 minutes"
16 low="10" high="600" default="120"/>
18 <number id="radius" type="slider" arg="-radius %"
19 _label="Spotlight size" _low-label="Small" _high-label="Large"
20 low="5" high="350" default="125"/>
22 <xscreensaver-image />
24 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
26 <xscreensaver-updater />
29 A spotlight scanning across a black screen, illuminating a loaded
32 Written by Rick Schultz and Jamie Zawinski; 1999.