f43a6eadc592f8322a48be04bc59727a901ac88e
[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   <number id="delay" type="slider" arg="-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="50000"
10           convert="invert"/>
11
12   <number id="count" type="slider" arg="-count %"
13           _label="Count" _low-label="Few" _high-label="Many"
14            low="0" high="100" default="40"/>
15
16   <number id="cycles" type="slider" arg="-cycles %"
17            _label="Cycles" _low-label="Low" _high-label="High"
18           low="10" high="800" default="350"/>
19
20   <number id="ncolors" type="slider" arg="-ncolors %"
21             _label="Number of colors" _low-label="Two" _high-label="Many"
22             low="1" high="255" default="64"/>
23
24   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
25
26   <_description>
27 This screen saver was removed from the XScreenSaver distribution as of
28 version 5.08.
29
30 Moving circular moire patterns.
31
32 Written by Peter Schmitzberger; 1997.
33   </_description>
34 </screensaver>