http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / drift.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="drift" _label="Drift">
4
5   <command arg="-root"/>
6
7   <number id="count" type="slider" arg="-count %"
8           _label="Duration" _low-label="Short" _high-label="Long"
9           low="1" high="200" default="30"/>
10
11   <number id="speed" 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   <number id="ncolors" type="slider" arg="-ncolors %"
17             _label="Number of Colors" _low-label="Two" _high-label="Many"
18             low="1" high="255" default="200"/>
19
20   <select id="mode">
21     <option id="normal" _label="High Dimensional Sphere"/>
22     <option id="liss"   _label="Lissojous Figures" arg-set="-liss"/>
23     <option id="grow"   _label="Fractal Growth" arg-set="-grow"/>
24   </select>
25
26   <_description>
27 How could one possibly describe this except as ``drifting recursive
28 fractal cosmic flames?''  Another fine hack from the Scott Draves
29 collection of fine hacks.
30   </_description>
31 </screensaver>