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

<screensaver name="xmatrix" _label="Xmatrix">

  <command arg="-root"/>

  <select id="size">
    <option id="font1" _label="Small Font"  arg-set="-small"/>
    <option id="font2" _label="Large Font"/>
  </select>

  <select id="mode">
    <option id="matrix" _label="Matrix Encoding"/>
    <option id="binary" _label="Binary Encoding"      arg-set="-binary"/>
    <option id="hex"    _label="Hexadecimal Encoding" arg-set="-hexadecimal"/>
    <option id="dna"    _label="Genetic Encoding"     arg-set="-dna"/>
  </select>

  <select id="fill">
    <option id="both"   _label="Synergistic Algorithm"/>
    <option id="top"    _label="Slider Algorithm"    arg-set="-top"/>
    <option id="bottom" _label="Expansion Algorithm" arg-set="-bottom"/>
  </select>

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

  <number id="density" type="slider" arg="-density %"
          _label="Density" _low-label="Sparse" _high-label="Full"
          low="1" high="100" default="75"/>

  <boolean id="trace" _label="Run Trace Program" arg-set="-trace"/>

  <string id="phone" _label="Phone Number" arg="-phone %"/>

  <_description>
A rendition of the text scrolls seen in the movie ``The Matrix.''
Written by Jamie Zawinski.
  </_description>
</screensaver>
