From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / spiral.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="spiral" _label="Spiral">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=8Ov2SxnO_Kg"/>
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="50000"
12           convert="invert"/>
13
14   <number id="count" type="slider" arg="-count %"
15           _label="Count" _low-label="Few" _high-label="Many"
16            low="0" high="100" default="40"/>
17
18   <number id="cycles" type="slider" arg="-cycles %"
19            _label="Cycles" _low-label="Low" _high-label="High"
20           low="10" high="800" default="350"/>
21
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"/>
25
26   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
27
28   <xscreensaver-updater />
29
30   <_description>
31 This screen saver was removed from the XScreenSaver distribution as of
32 version 5.08.
33
34 Moving circular moire patterns.
35
36 Written by Peter Schmitzberger; 1997.
37   </_description>
38 </screensaver>