1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="critical" _label="Critical">
7 <video href="https://www.youtube.com/watch?v=HN2ykbM2cTk"/>
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="ncolors" type="slider" arg="-ncolors %"
15 _label="Number of colors" _low-label="Two" _high-label="Many"
16 low="3" high="255" default="64"/>
18 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
20 <xscreensaver-updater />
23 This screen saver was removed from the XScreenSaver distribution as of
26 Draws a system of self-organizing lines. It starts out as random
27 squiggles, but after a few iterations, order begins to appear.
29 Written by Martin Pool; 1999.