began for maemo
[xscreensaver] / xscreensaver / hacks / config / deco.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="deco" _label="Deco">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Duration" _low-label="1 Second" _high-label="1 Minute"
9           low="1" high="60" default="5"/>
10
11   <number id="ncolors" type="slider" arg="-ncolors %"
12             _label="Number of Colors" _low-label="Two" _high-label="Many"
13             low="1" high="255" default="64"/>
14
15   <number id="maxdepth" type="spinbutton" arg="-max-depth %"
16             _label="Max Depth" low="1" high="40" default="12"/>
17
18   <boolean id="smooth-colors" _label="Smooth Colors" arg-set="-smooth-colors"/>
19   <boolean id="golden-ratio" _label="Golden Ratio" arg-set="-golden-ratio"/>
20   <boolean id="mondrian" _label="Mondrian" arg-set="-mondrian"/>
21
22   <hgroup>
23   <number id="minwidth" type="spinbutton" arg="-min-width %"
24             _label="Min Size" low="1" high="100" default="20"/>
25
26   <number id="minheight" type="spinbutton" arg="-min-height %"
27             _label="x" low="1" high="100" default="20"/>
28   </hgroup>
29
30   <_description>
31 Subdivides and colors rectangles randomly.  It looks kind of
32 like Brady-Bunch-era rec-room wall paneling. 
33
34 Written by Jamie Zawinski and Michael Bayne; 1997.
35   </_description>
36 </screensaver>