18ad4d222252f465ef0d1eadba9de6d5c591c8b6
[xscreensaver] / hacks / config / lissie.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="lissie" _label="Lissie">
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="10000"
10           convert="invert"/>
11
12   <number id="cycles" type="slider" arg="-cycles %"
13            _label="Timeout" _low-label="Small" _high-label="Large"
14           low="0" high="80000" default="20000"/>
15
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="200"/>
19
20   <number id="count" type="slider" arg="-count %"
21           _label="Count" _low-label="1" _high-label="20"
22            low="0" high="20" default="1"/>
23
24   <number id="size" type="spinbutton" arg="-size %"
25            _label="Size" low="-500" high="500" default="-200"/>
26
27   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
28
29   <_description>
30 This screen saver was removed from the XScreenSaver distribution as of
31 version 5.08.
32
33 Lissajous loops.  This one draws the progress of circular shapes along a path.
34
35 http://en.wikipedia.org/wiki/Lissajous_curve
36
37 Written by Alexander Jolk; 1997.
38   </_description>
39 </screensaver>