From http://www.jwz.org/xscreensaver/xscreensaver-5.35.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   <video href="https://www.youtube.com/watch?v=6EBNCXcD9f0"/>
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="100000" default="10000"
14             convert="invert"/>
15
16     <number id="cycles" type="slider" arg="-cycles %"
17              _label="Timeout" _low-label="Small" _high-label="Large"
18             low="0" high="80000" default="20000"/>
19    </vgroup>
20
21    <vgroup>
22     <number id="ncolors" type="slider" arg="-ncolors %"
23               _label="Number of colors" _low-label="Two" _high-label="Many"
24               low="1" high="255" default="200"/>
25
26     <number id="count" type="slider" arg="-count %"
27             _label="Count" _low-label="1" _high-label="20"
28              low="0" high="20" default="1"/>
29    </vgroup>
30   </hgroup>
31
32   <hgroup>
33    <vgroup>
34     <number id="size" type="spinbutton" arg="-size %"
35              _label="Size" low="-500" high="500" default="-200"/>
36    </vgroup>
37    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
38   </hgroup>
39
40   <xscreensaver-updater />
41
42   <_description>
43 This screen saver was removed from the XScreenSaver distribution as of
44 version 5.08.
45
46 Lissajous loops.  This one draws the progress of circular shapes along a path.
47
48 https://en.wikipedia.org/wiki/Lissajous_curve
49
50 Written by Alexander Jolk; 1997.
51   </_description>
52 </screensaver>