From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[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   <video href="https://www.youtube.com/watch?v=kfdDTv07Nhw"/>
8
9   <number id="delay" type="slider" arg="-delay %"
10           _label="Duration" _low-label="1 second" _high-label="1 minute"
11           low="1" high="60" default="5"/>
12
13   <number id="ncolors" type="slider" arg="-ncolors %"
14             _label="Number of colors" _low-label="Two" _high-label="Many"
15             low="1" high="255" default="64"/>
16
17   <hgroup>
18    <vgroup>
19     <number id="minwidth" type="spinbutton" arg="-min-width %"
20               _label="Minimum width" low="1" high="100" default="20"/>
21
22     <number id="minheight" type="spinbutton" arg="-min-height %"
23               _label="Minimum height" low="1" high="100" default="20"/>
24
25     <number id="maxdepth" type="spinbutton" arg="-max-depth %"
26               _label="Maximum depth" low="1" high="40" default="12"/>
27    </vgroup>
28    <vgroup>
29     <boolean id="smooth-colors" _label="Smooth colors" arg-set="-smooth-colors"/>
30     <boolean id="golden-ratio" _label="Golden ratio" arg-set="-golden-ratio"/>
31     <boolean id="mondrian" _label="Mondrian" arg-set="-mondrian"/>
32     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
33    </vgroup>
34   </hgroup>
35
36   <xscreensaver-updater />
37
38   <_description>
39 Subdivides and colors rectangles randomly, for a Mondrian-esque effect.
40
41 https://en.wikipedia.org/wiki/Piet_Mondrian#Paris_1919.E2.80.931938
42
43 Written by Jamie Zawinski and Michael Bayne; 1997.
44   </_description>
45 </screensaver>