1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="deco" _label="Deco">
7 <video href="https://www.youtube.com/watch?v=kfdDTv07Nhw"/>
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"/>
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"/>
19 <number id="minwidth" type="spinbutton" arg="-min-width %"
20 _label="Minimum width" low="1" high="100" default="20"/>
22 <number id="minheight" type="spinbutton" arg="-min-height %"
23 _label="Minimum height" low="1" high="100" default="20"/>
25 <number id="maxdepth" type="spinbutton" arg="-max-depth %"
26 _label="Maximum depth" low="1" high="40" default="12"/>
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"/>
36 <xscreensaver-updater />
39 Subdivides and colors rectangles randomly, for a Mondrian-esque effect.
41 https://en.wikipedia.org/wiki/Piet_Mondrian#Paris_1919.E2.80.931938
43 Written by Jamie Zawinski and Michael Bayne; 1997.