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