http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / xmatrix.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="xmatrix" _label="Xmatrix">
4
5   <command arg="-root"/>
6
7   <select id="size">
8     <option id="font1" _label="Small Font"  arg-set="-small"/>
9     <option id="font2" _label="Large Font"/>
10   </select>
11
12   <select id="mode">
13     <option id="matrix" _label="Matrix Encoding"/>
14     <option id="binary" _label="Binary Encoding"      arg-set="-binary"/>
15     <option id="hex"    _label="Hexadecimal Encoding" arg-set="-hexadecimal"/>
16     <option id="dna"    _label="Genetic Encoding"     arg-set="-dna"/>
17   </select>
18
19   <select id="fill">
20     <option id="both"   _label="Synergistic Algorithm"/>
21     <option id="top"    _label="Slider Algorithm"    arg-set="-top"/>
22     <option id="bottom" _label="Expansion Algorithm" arg-set="-bottom"/>
23   </select>
24
25   <number id="speed" type="slider" arg="-delay %"
26           _label="Speed" _low-label="Slow" _high-label="Fast"
27           low="0" high="20000" default="10000"
28           convert="invert"/>
29
30   <number id="density" type="slider" arg="-density %"
31           _label="Speed" _low-label="Sparse" _high-label="Full"
32           low="1" high="100" default="75"/>
33
34   <boolean id="trace" _label="Run Trace Program" arg-set="-trace"/>
35
36   <string id="phone" _label="Phone Number" arg="-phone %"/>
37
38   <_description>
39 A rendition of the text scrolls seen in the movie ``The Matrix.''
40 Written by Jamie Zawinski.
41   </_description>
42 </screensaver>