8d3d35f1c7578d05af9cb118b8407fc0d90f12be
[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   <number id="delay" type="slider" arg="-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="50000" default="17000"
10           convert="invert"/>
11
12   <number id="cycles" type="slider" arg="-cycles %"
13            _label="Steps" _low-label="Few" _high-label="Many"
14           low="1" high="1000" default="768"/>
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="64"/>
19
20   <number id="size" type="slider" arg="-size %"
21             _label="Size" _low-label="Small" _high-label="Large"
22             low="10" high="500" default="500"/>
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
28   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
29
30   <_description>
31 This screen saver was removed from the XScreenSaver distribution as of
32 version 5.08.
33
34 Lissajous loops.
35
36 http://en.wikipedia.org/wiki/Lissajous_curve
37
38 Written by Caleb Cullen; 1997.
39   </_description>
40 </screensaver>