From http://www.jwz.org/xscreensaver/xscreensaver-5.37.tar.gz
[xscreensaver] / hacks / config / strange.xml
index e4d530545a74e70c1d7239ee6997c90dd8e00d15..fcaeb637d9786b438402431cc350ba4c1e9dc527 100644 (file)
@@ -6,20 +6,45 @@
 
   <video href="https://www.youtube.com/watch?v=F1qna7UAxC0"/>
 
-  <number id="delay" type="slider" arg="-delay %"
-          _label="Frame rate" _low-label="Low" _high-label="High"
-          low="0" high="100000" default="10000"
-          convert="invert"/>
-
-  <number id="points" type="slider" arg="-points %"
-            _label="Number of points" _low-label="1k" _high-label="100k"
-            low="1000" high="100000" default="5500"/>
-
-  <number id="ncolors" type="slider" arg="-ncolors %"
-            _label="Number of colors" _low-label="Two" _high-label="Many"
-            low="1" high="255" default="100"/>
-
-  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+  <hgroup>
+    <vgroup>
+      <number id="delay" type="slider" arg="-delay %"
+              _label="Frame rate" _low-label="Low" _high-label="High"
+              low="0" high="100000" default="10000"
+              convert="invert"/>
+
+      <number id="curve" type="slider" arg="-curve %"
+                _label="Curviness" _low-label="Low" _high-label="High"
+                low="1" high="50" default="10"/>
+
+      <number id="points" type="slider" arg="-points %"
+                _label="Number of points" _low-label="1k" _high-label="500k"
+                low="1000" high="500000" default="5500"/>
+
+      <number id="pointSize" type="slider" arg="-point-size %"
+                _label="Point size" _low-label="1" _high-label="8"
+                low="1" high="8" default="1"/>
+    </vgroup>
+    <vgroup>
+      <number id="zoom" type="slider" arg="-zoom %"
+                _label="Zoom" _low-label="10%" _high-label="400%"
+                low="0.1" high="4.0" default="0.9"/>
+
+      <number id="brightness" type="slider" arg="-brightness %"
+                _label="Brightness" _low-label="10%" _high-label="400%"
+                low="0.1" high="4.0" default="1.0"/>
+
+      <number id="motionBlur" type="slider" arg="-motion-blur %"
+                _label="Motion blur" _low-label="1" _high-label="10"
+                low="1.0" high="10.0" default="3.0"/>
+
+      <number id="ncolors" type="slider" arg="-ncolors %"
+                _label="Number of colors" _low-label="Two" _high-label="Many"
+                low="1" high="255" default="100"/>
+
+      <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+    </vgroup>
+  </hgroup>
 
   <xscreensaver-updater />