http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.16.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   <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   <hgroup>
19   <number id="minwidth" type="spinbutton" arg="-min-width %"
20             _label="Min Size" low="1" high="100" default="20"/>
21
22   <number id="minheight" type="spinbutton" arg="-min-height %"
23             _label="x" low="1" high="100" default="20"/>
24   </hgroup>
25
26   <!-- #### -cycle -->
27   <!-- #### -cycle-delay [1000000] -->
28
29   <_description>
30 This one subdivides and colors rectangles randomly.  It looks kind of
31 like Brady-Bunch-era rec-room wall paneling.  (Raven says: ``this
32 screensaver is ugly enough to peel paint.'')  Written by Jamie
33 Zawinski, inspired by Java code by Michael Bayne.
34   </_description>
35 </screensaver>