1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="braid" _label="Braid">
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"
12 <number id="cycles" type="slider" arg="-cycles %"
13 _label="Duration" _low-label="Short" _high-label="Long"
14 low="0" high="500" default="100"/>
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"/>
21 <number id="count" type="spinbutton" arg="-count %"
22 _label="Number of rings" low="3" high="15" default="15"/>
24 <number id="size" type="spinbutton" arg="-size %"
25 _label="Line thickness" low="-20" high="20" default="-7"/>
28 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
30 <xscreensaver-updater />
33 Draws random color-cycling inter-braided concentric circles.
35 Written by John Neil; 1997.