0b4ef3980ae572aa9d584a68265b85a77edd9e5b
[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   <number id="ncolors" type="slider" arg="-ncolors %"
8             _label="Number of Colors" _low-label="Two" _high-label="Many"
9             low="2" high="255" default="64"/>
10
11   <number id="speed" type="slider" arg="-delay %"
12           _label="Speed" _low-label="Slow" _high-label="Fast"
13           low="0" high="20000" default="10000"
14           convert="invert"/>
15
16   <!-- #### -restart [8] -->
17   <!-- #### -cellsize [?] -->
18   <!-- #### -batchcount [1500] -->
19   <!-- #### -trail [50] -->
20
21   <_description>
22 Draws a system of self-organizing lines.  It starts out as random
23 squiggles, but after a few iterations, order begins to appear.
24 Written by Martin Pool.
25   </_description>
26 </screensaver>