e2ff33bc4c97a725dc7134a87c42d8aa3529961a
[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   <hgroup>
16    <vgroup>
17     <number id="minwidth" type="spinbutton" arg="-min-width %"
18               _label="Minimum width" low="1" high="100" default="20"/>
19
20     <number id="minheight" type="spinbutton" arg="-min-height %"
21               _label="Minimum height" low="1" high="100" default="20"/>
22
23     <number id="maxdepth" type="spinbutton" arg="-max-depth %"
24               _label="Maximum depth" low="1" high="40" default="12"/>
25    </vgroup>
26    <vgroup>
27     <boolean id="smooth-colors" _label="Smooth colors" arg-set="-smooth-colors"/>
28     <boolean id="golden-ratio" _label="Golden ratio" arg-set="-golden-ratio"/>
29     <boolean id="mondrian" _label="Mondrian" arg-set="-mondrian"/>
30     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
31    </vgroup>
32   </hgroup>
33
34   <_description>
35 Subdivides and colors rectangles randomly, for a Mondrian-esque effect.
36
37 http://en.wikipedia.org/wiki/Piet_Mondrian#Paris_1919.E2.80.931938
38
39 Written by Jamie Zawinski and Michael Bayne; 1997.
40   </_description>
41 </screensaver>