From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / lisa.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="lisa" _label="Lisa">
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="50000" default="17000"
12             convert="invert"/>
13
14     <number id="cycles" type="slider" arg="-cycles %"
15              _label="Steps" _low-label="Few" _high-label="Many"
16             low="1" high="1000" default="768"/>
17
18     <number id="ncolors" type="slider" arg="-ncolors %"
19               _label="Number of colors" _low-label="Two" _high-label="Many"
20               low="1" high="255" default="64"/>
21    </vgroup>
22
23    <vgroup>
24     <number id="size" type="slider" arg="-size %"
25               _label="Size" _low-label="Small" _high-label="Large"
26               low="10" high="500" default="500"/>
27
28     <number id="count" type="slider" arg="-count %"
29             _label="Count" _low-label="1" _high-label="20"
30              low="0" high="20" default="1"/>
31
32     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
33    </vgroup>
34   </hgroup>
35
36   <xscreensaver-updater />
37
38   <_description>
39 This screen saver was removed from the XScreenSaver distribution as of
40 version 5.08.
41
42 Lissajous loops.
43
44 http://en.wikipedia.org/wiki/Lissajous_curve
45
46 Written by Caleb Cullen; 1997.
47   </_description>
48 </screensaver>