http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / moire2.xml
diff --git a/hacks/config/moire2.xml b/hacks/config/moire2.xml
new file mode 100644 (file)
index 0000000..886d081
--- /dev/null
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="moire2" _label="Moire2">
+
+  <command arg="-root"/>
+
+  <number id="speed" type="slider" arg="-delay %"
+          _label="Speed" _low-label="Slow" _high-label="Fast"
+          low="0" high="80000" default="50000"
+          convert="invert"/>
+
+  <number id="ncolors" type="slider" arg="-ncolors %"
+            _label="Number of Colors" _low-label="Two" _high-label="Many"
+            low="1" high="255" default="150"/>
+
+  <number id="thickness" type="spinbutton" arg="-thickness %"
+            _label="Thickness" low="0" high="100" default="0"/>
+
+  <_description>
+Another example of the fun you can have with moire
+interference patterns; this hack generates fields of concentric
+circles or ovals, and combines the planes with various operations.
+The planes are moving independently of one another, causing the
+interference lines to ``spray.''  Written by Jamie Zawinski.
+  </_description>
+</screensaver>