1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="braid" _label="Braid">
7 <number id="count" type="spinbutton" arg="-count %"
8 _label="Max Rings" low="3" high="15" default="15"/>
10 <number id="size" type="spinbutton" arg="-size %"
11 _label="Line Thickness" low="-20" high="20" default="-7"/>
13 <number id="cycles" type="slider" arg="-cycles %"
14 _label="Duration" _low-label="Short" _high-label="Long"
15 low="0" high="500" default="100"/>
17 <number id="delay" type="slider" arg="-delay %"
18 _label="Speed" _low-label="Slow" _high-label="Fast"
19 low="0" high="50000" default="1000"
22 <number id="ncolors" type="slider" arg="-ncolors %"
23 _label="Number of Colors" _low-label="Two" _high-label="Many"
24 low="1" high="255" default="64"/>
27 Draws random color-cycling inter-braided concentric circles. Written