From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / deco.xml
index 3a1391e755fae0fc33a8914226a02c0de1a17b92..32914ab94838eea5449083268078e7f82f5224c3 100644 (file)
@@ -5,31 +5,39 @@
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-delay %"
-          _label="Duration" _low-label="1 Second" _high-label="1 Minute"
+          _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"
+            _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"/>
+   <vgroup>
+    <number id="minwidth" type="spinbutton" arg="-min-width %"
+              _label="Minimum width" low="1" high="100" default="20"/>
+
+    <number id="minheight" type="spinbutton" arg="-min-height %"
+              _label="Minimum height" low="1" high="100" default="20"/>
+
+    <number id="maxdepth" type="spinbutton" arg="-max-depth %"
+              _label="Maximum depth" low="1" high="40" default="12"/>
+   </vgroup>
+   <vgroup>
+    <boolean id="smooth-colors" _label="Smooth colors" arg-set="-smooth-colors"/>
+    <boolean id="golden-ratio" _label="Golden ratio" arg-set="-golden-ratio"/>
+    <boolean id="mondrian" _label="Mondrian" arg-set="-mondrian"/>
+    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+   </vgroup>
   </hgroup>
 
-  <!-- #### -cycle -->
-  <!-- #### -cycle-delay [1000000] -->
+  <xscreensaver-updater />
 
   <_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.
+Subdivides and colors rectangles randomly, for a Mondrian-esque effect.
+
+http://en.wikipedia.org/wiki/Piet_Mondrian#Paris_1919.E2.80.931938
+
+Written by Jamie Zawinski and Michael Bayne; 1997.
   </_description>
 </screensaver>