From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / critical.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="critical" _label="Critical">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=HN2ykbM2cTk"/>
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="3" 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 Draws a system of self-organizing lines.  It starts out as random
27 squiggles, but after a few iterations, order begins to appear.
28
29 Written by Martin Pool; 1999.
30   </_description>
31 </screensaver>