began for maemo
[xscreensaver] / 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="3" high="255" default="64"/>
10
11   <number id="delay" 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   <_description>
17 Draws a system of self-organizing lines.  It starts out as random
18 squiggles, but after a few iterations, order begins to appear.
19
20 Written by Martin Pool; 1999.
21   </_description>
22 </screensaver>