http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / deco.xml
diff --git a/hacks/config/deco.xml b/hacks/config/deco.xml
new file mode 100644 (file)
index 0000000..b449539
--- /dev/null
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="deco" _label="Deco">
+
+  <command arg="-root"/>
+
+  <number id="speed" type="slider" arg="-delay %"
+          _label="Duration" _low-label="1 Second" _high-label="1 Minute"
+          low="1" high="60" default="5"/>
+
+  <number id="ncolors" type="slider" arg="-ncolors %"
+            _label="Number of Colors" _low-label="Two" _high-label="Many"
+            low="1" high="255" default="64"/>
+
+  <number id="maxdepth" type="spinbutton" arg="-max-depth %"
+            _label="Max Depth" low="1" high="40" default="12"/>
+
+  <hgroup>
+  <number id="minwidth" type="spinbutton" arg="-min-width %"
+            _label="Min Size" low="1" high="100" default="20"/>
+
+  <number id="minheight" type="spinbutton" arg="-min-height %"
+            _label="x" low="1" high="100" default="20"/>
+  </hgroup>
+
+  <!-- #### -cycle -->
+  <!-- #### -cycle-delay [1000000] -->
+
+  <_description>
+This one subdivides and colors rectangles randomly.  It looks kind of
+like Brady-Bunch-era rec-room wall paneling.  (Raven says: ``this
+screensaver is ugly enough to peel paint.'')  Written by Jamie
+Zawinski, inspired by Java code by Michael Bayne.
+  </_description>
+</screensaver>