<?xml version="1.0" encoding="ISO-8859-1"?>

<screensaver name="critical" _label="Critical">

  <command arg="-root"/>

  <number id="ncolors" type="slider" arg="-ncolors %"
            _label="Number of Colors" _low-label="Two" _high-label="Many"
            low="3" high="255" default="64"/>

  <number id="speed" type="slider" arg="-delay %"
          _label="Speed" _low-label="Slow" _high-label="Fast"
          low="0" high="20000" default="10000"
          convert="invert"/>

  <!-- #### -restart [8] -->
  <!-- #### -cellsize [?] -->
  <!-- #### -batchcount [1500] -->
  <!-- #### -trail [50] -->

  <_description>
Draws a system of self-organizing lines.  It starts out as random
squiggles, but after a few iterations, order begins to appear.
Written by Martin Pool.
  </_description>
</screensaver>
