http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.06.tar.gz
[xscreensaver] / hacks / config / xmatrix.xml
index bc213e83e8de0d766620c6ad9c97cb4aac00bbec..31be04eab191a18613e1475e1824ebabad68e1da 100644 (file)
@@ -4,40 +4,47 @@
 
   <command arg="-root"/>
 
-  <select id="size">
-    <option id="font1" _label="Small Font"  arg-set="-small"/>
-    <option id="font2" _label="Large Font"/>
-  </select>
-
-  <select id="mode">
-    <option id="matrix" _label="Matrix Encoding"/>
-    <option id="binary" _label="Binary Encoding"      arg-set="-mode binary"/>
-    <option id="hex"    _label="Hexadecimal Encoding" arg-set="-mode hex"/>
-    <option id="dna"    _label="Genetic Encoding"     arg-set="-mode dna"/>
-    <option id="pipe"   _label="Piped ASCII Text"     arg-set="-mode pipe"/>
-  </select>
-
-  <select id="fill">
-    <option id="both"   _label="Synergistic Algorithm"/>
-    <option id="top"    _label="Slider Algorithm"    arg-set="-insert top"/>
-    <option id="bottom" _label="Expansion Algorithm" arg-set="-insert bottom"/>
-  </select>
-
-  <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="10000"
-          convert="invert"/>
-
-  <number id="density" type="slider" arg="-density %"
-          _label="Density" _low-label="Sparse" _high-label="Full"
-          low="1" high="100" default="75"/>
+  <hgroup>
+   <select id="size">
+     <option id="font1" _label="Small Font"  arg-set="-small"/>
+     <option id="font2" _label="Large Font"/>
+   </select>
+
+   <select id="mode">
+     <option id="matrix" _label="Matrix Encoding"/>
+     <option id="binary" _label="Binary Encoding"      arg-set="-mode binary"/>
+     <option id="hex"    _label="Hexadecimal Encoding" arg-set="-mode hex"/>
+     <option id="dna"    _label="Genetic Encoding"     arg-set="-mode dna"/>
+     <option id="pipe"   _label="Piped ASCII Text"     arg-set="-mode pipe"/>
+   </select>
+
+   <select id="fill">
+     <option id="both"   _label="Synergistic Algorithm"/>
+     <option id="top"    _label="Slider Algorithm"    arg-set="-insert top"/>
+     <option id="bottom" _label="Expansion Algorithm" arg-set="-insert bottom"/>
+   </select>
+  </hgroup>
 
   <hgroup>
    <boolean id="trace" _label="Run Trace Program" arg-unset="-no-trace"/>
    <boolean id="knock" _label="Knock Knock"       arg-unset="-no-knock-knock"/>
+   <string id="phone" _label="Phone Number" arg="-phone %"/>
   </hgroup>
 
-  <string id="phone" _label="Phone Number" arg="-phone %"/>
+  <hgroup>
+   <vgroup>
+    <number id="delay" type="slider" arg="-delay %"
+            _label="Speed" _low-label="Slow" _high-label="Fast"
+            low="0" high="20000" default="10000"
+            convert="invert"/>
+   </vgroup>
+
+   <vgroup>
+    <number id="density" type="slider" arg="-density %"
+            _label="Density" _low-label="Sparse" _high-label="Full"
+            low="1" high="100" default="75"/>
+   </vgroup>
+  </hgroup>
 
   <xscreensaver-text />