http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.01.tar.gz
[xscreensaver] / hacks / config / thornbird.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="thornbird" _label="Thornbird">
4
5   <command arg="-root"/>
6
7   <number id="count" type="slider" arg="-count %"
8            _label="Points" _low-label="Few" _high-label="Many"
9           low="10" high="1000" default="800"/>
10
11   <number id="cycles" type="slider" arg="-cycles %"
12            _label="Thickness" _low-label="Thin" _high-label="Thick"
13           low="2" high="500" default="16"/>
14
15   <number id="speed" type="slider" arg="-delay %"
16           _label="Speed" _low-label="Slow" _high-label="Fast"
17           low="0" high="50000" default="10000"
18           convert="invert"/>
19
20   <number id="ncolors" type="slider" arg="-ncolors %"
21             _label="Number of Colors" _low-label="Two" _high-label="Many"
22             low="2" high="255" default="64"/>
23
24   <_description>
25 Displays a view of the ``Bird in a Thornbush'' fractal.
26 Written by Tim Auckland.
27   </_description>
28 </screensaver>