From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[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   <hgroup>
8    <vgroup>
9     <number id="delay" type="slider" arg="-delay %"
10             _label="Frame rate" _low-label="Low" _high-label="High"
11             low="0" high="100000" default="10000"
12             convert="invert"/>
13
14     <number id="cycles" type="slider" arg="-cycles %"
15              _label="Timeout" _low-label="Small" _high-label="Large"
16             low="0" high="80000" default="20000"/>
17    </vgroup>
18
19    <vgroup>
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="200"/>
23
24     <number id="count" type="slider" arg="-count %"
25             _label="Count" _low-label="1" _high-label="20"
26              low="0" high="20" default="1"/>
27    </vgroup>
28   </hgroup>
29
30   <hgroup>
31    <vgroup>
32     <number id="size" type="spinbutton" arg="-size %"
33              _label="Size" low="-500" high="500" default="-200"/>
34    </vgroup>
35    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
36   </hgroup>
37
38   <xscreensaver-updater />
39
40   <_description>
41 This screen saver was removed from the XScreenSaver distribution as of
42 version 5.08.
43
44 Lissajous loops.  This one draws the progress of circular shapes along a path.
45
46 http://en.wikipedia.org/wiki/Lissajous_curve
47
48 Written by Alexander Jolk; 1997.
49   </_description>
50 </screensaver>