http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / strange.xml
diff --git a/hacks/config/strange.xml b/hacks/config/strange.xml
new file mode 100644 (file)
index 0000000..7d805cd
--- /dev/null
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="strange" _label="Strange">
+
+  <command arg="-root"/>
+
+  <number id="speed" type="slider" arg="-delay %"
+          _label="Speed" _low-label="Slow" _high-label="Fast"
+          low="0" high="20000" default="2000"
+          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="ncolors" type="slider" arg="-ncolors %"
+            _label="Number of Colors" _low-label="Two" _high-label="Many"
+            low="1" high="255" default="100"/>
+
+  <_description>
+This draws strange attractors: it's a colorful,
+unpredictably-animating field of dots that swoops and twists around.
+The motion is very nice.  Written by Massimino Pascal.
+  </_description>
+</screensaver>