1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="braid" _label="Braid">
7 <video href="https://www.youtube.com/watch?v=PUhJq56ViGM"/>
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"
14 <number id="cycles" type="slider" arg="-cycles %"
15 _label="Duration" _low-label="Short" _high-label="Long"
16 low="0" high="500" default="100"/>
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"/>
23 <number id="count" type="spinbutton" arg="-count %"
24 _label="Number of rings" low="3" high="15" default="15"/>
26 <number id="size" type="spinbutton" arg="-size %"
27 _label="Line thickness" low="-20" high="20" default="-7"/>
30 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
32 <xscreensaver-updater />
35 Inter-braided concentric circles.
37 Written by John Neil; 1997.