began for maemo
[xscreensaver] / 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   <!-- #### -no-additive -->
8
9   <number id="count" type="spinbutton" arg="-count %"
10           _label="Count" low="0" high="20" default="1"/>
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="delay" type="slider" arg="-delay %"
17           _label="Speed" _low-label="Slow" _high-label="Fast"
18           low="0" high="50000" default="17000"
19           convert="invert"/>
20
21   <number id="ncolors" type="slider" arg="-ncolors %"
22             _label="Number of Colors" _low-label="Two" _high-label="Many"
23             low="1" high="255" default="64"/>
24
25   <number id="size" type="spinbutton" arg="-size %"
26            _label="Size" low="-10" high="10" default="-1"/>
27
28   <_description>
29 Lisajous loops.
30
31 Written by Caleb Cullen; 1997.
32   </_description>
33 </screensaver>