From http://www.jwz.org/xscreensaver/xscreensaver-5.35.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   <video href="https://www.youtube.com/watch?v=PUhJq56ViGM"/>
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="1000"
12           convert="invert"/>
13
14   <number id="cycles" type="slider" arg="-cycles %"
15            _label="Duration" _low-label="Short" _high-label="Long"
16           low="0" high="500" default="100"/>
17
18   <number id="ncolors" type="slider" arg="-ncolors %"
19             _label="Number of colors" _low-label="Two" _high-label="Many"
20             low="1" high="255" default="64"/>
21
22   <hgroup>
23   <number id="count" type="spinbutton" arg="-count %"
24           _label="Number of rings" low="3" high="15" default="15"/>
25
26   <number id="size" type="spinbutton" arg="-size %"
27            _label="Line thickness" low="-20" high="20" default="-7"/>
28   </hgroup>
29
30   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
31
32   <xscreensaver-updater />
33
34   <_description>
35 Inter-braided concentric circles.
36
37 Written by John Neil; 1997.
38   </_description>
39 </screensaver>