From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / lightning.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="lightning" _label="Lightning">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=lUUdHtPvp5Y"/>
8
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"
12           convert="invert"/>
13
14   <number id="ncolors" type="slider" arg="-ncolors %"
15             _label="Number of colors" _low-label="Two" _high-label="Many"
16             low="1" high="255" default="64"/>
17
18   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
19
20   <xscreensaver-updater />
21
22   <_description>
23 This screen saver was removed from the XScreenSaver distribution as of
24 version 5.08.
25
26 Crackling fractal lightning bolts.
27
28 Written by Keith Romberg; 1997.
29   </_description>
30 </screensaver>