From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / braid.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="braid" _label="Braid">
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="1000"
10           convert="invert"/>
11
12   <number id="cycles" type="slider" arg="-cycles %"
13            _label="Duration" _low-label="Short" _high-label="Long"
14           low="0" high="500" default="100"/>
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="64"/>
19
20   <hgroup>
21   <number id="count" type="spinbutton" arg="-count %"
22           _label="Number of rings" low="3" high="15" default="15"/>
23
24   <number id="size" type="spinbutton" arg="-size %"
25            _label="Line thickness" low="-20" high="20" default="-7"/>
26   </hgroup>
27
28   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
29
30   <xscreensaver-updater />
31
32   <_description>
33 Draws random color-cycling inter-braided concentric circles.
34
35 Written by John Neil; 1997.
36   </_description>
37 </screensaver>