http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / kaleidescope.xml
diff --git a/hacks/config/kaleidescope.xml b/hacks/config/kaleidescope.xml
new file mode 100644 (file)
index 0000000..482a570
--- /dev/null
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="kaleidescope" _label="Kaleidescope">
+
+  <command arg="-root"/>
+
+  <number id="speed" type="slider" arg="-delay %"
+          _label="Speed" _low-label="Slow" _high-label="Fast"
+          low="0" high="20000" default="20000"
+          convert="invert"/>
+
+  <number id="nsegments" type="spinbutton" arg="-nsegments %"
+          _label="Segments" low="1" high="100" default="7"/>
+
+  <number id="symmetry" type="spinbutton" arg="-symmetry %"
+          _label="Symmetry" low="3" high="32" default="11"/>
+
+  <number id="ntrails" type="slider" arg="-ntrails %"
+          _label="Trails" _low-label="Few" _high-label="Many"
+          low="1" high="1000" default="100"
+          convert="invert"/>
+
+  <!-- #### -local_rotation [-59] -->
+  <!-- #### -global_rotation [1] -->
+  <!-- #### -spring_constant [5] -->
+
+  <_description>
+Another clone of an ancient meme, consisting largely of frenetic
+rotational motion of colored lines.  This one is by Ron Tapia.  The
+motion is nice, but I think it needs more solids, or perhaps just
+brighter colors.  More variations in the rotational speed might help,
+too.
+  </_description>
+</screensaver>