From http://www.jwz.org/xscreensaver/xscreensaver-5.35.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   <video href="https://www.youtube.com/watch?v=AUbAuARmlnE"/>
8
9   <hgroup>
10    <vgroup>
11     <number id="delay" type="slider" arg="-delay %"
12             _label="Frame rate" _low-label="Low" _high-label="High"
13             low="0" high="50000" default="17000"
14             convert="invert"/>
15
16     <number id="cycles" type="slider" arg="-cycles %"
17              _label="Steps" _low-label="Few" _high-label="Many"
18             low="1" high="1000" default="768"/>
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    </vgroup>
24
25    <vgroup>
26     <number id="size" type="slider" arg="-size %"
27               _label="Size" _low-label="Small" _high-label="Large"
28               low="10" high="500" default="500"/>
29
30     <number id="count" type="slider" arg="-count %"
31             _label="Count" _low-label="1" _high-label="20"
32              low="0" high="20" default="1"/>
33
34     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
35    </vgroup>
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.
45
46 https://en.wikipedia.org/wiki/Lissajous_curve
47
48 Written by Caleb Cullen; 1997.
49   </_description>
50 </screensaver>