1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="spiral" _label="Spiral">
7 <video href="https://www.youtube.com/watch?v=8Ov2SxnO_Kg"/>
9 <number id="delay" type="slider" arg="-delay %"
10 _label="Frame rate" _low-label="Low" _high-label="High"
11 low="0" high="100000" default="50000"
14 <number id="count" type="slider" arg="-count %"
15 _label="Count" _low-label="Few" _high-label="Many"
16 low="0" high="100" default="40"/>
18 <number id="cycles" type="slider" arg="-cycles %"
19 _label="Cycles" _low-label="Low" _high-label="High"
20 low="10" high="800" default="350"/>
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"/>
26 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
28 <xscreensaver-updater />
31 This screen saver was removed from the XScreenSaver distribution as of
34 Moving circular moire patterns.
36 Written by Peter Schmitzberger; 1997.