e3922874600733c91ff4cff902a7761b932d3196
[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="delay" type="slider" arg="-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="10000"
10           convert="invert"/>
11
12   <number id="count" type="slider" arg="-count %"
13            _label="Points" _low-label="Few" _high-label="Many"
14           low="10" high="1000" default="100"/>
15
16   <number id="cycles" type="slider" arg="-cycles %"
17            _label="Thickness" _low-label="Thin" _high-label="Thick"
18           low="2" high="1000" default="400"/>
19
20 <!--
21   <number id="ncolors" type="slider" arg="-ncolors %"
22             _label="Number of colors" _low-label="Two" _high-label="Many"
23             low="2" high="255" default="64"/>
24 -->
25
26   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
27
28   <_description>
29 Displays a view of the "Bird in a Thornbush" fractal.
30
31 Written by Tim Auckland; 2002.
32   </_description>
33 </screensaver>