http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / lmorph.xml
diff --git a/hacks/config/lmorph.xml b/hacks/config/lmorph.xml
new file mode 100644 (file)
index 0000000..6acba87
--- /dev/null
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="lmorph" _label="LMorph">
+
+  <command arg="-root"/>
+
+  <number id="speed" type="slider" arg="-delay %"
+        _label="Speed" _low-label="Slow" _high-label="Fast"
+        low="0" high="90000" default="70000"
+        convert="invert"/>
+
+  <number id="points" type="spinbutton" arg="-points %"
+          _label="Control Points"
+          low="10" high="1000" default="200"/>
+
+  <number id="steps" type="slider" arg="-steps %"
+          _label="Interpolation Steps" _low-label="Less" _high-label="More"
+          low="100" high="500" default="150"/>
+
+  <number id="thickness" type="slider" arg="-thickness %"
+          _label="Lines" _low-label="Thin" _high-label="Thick"
+          low="1" high="50" default="5"/>
+
+  <select id="type">
+    <option id="random" _label="Open and Closed Figures"/>
+    <option id="open" _label="Open Figures" arg-set="-figtype open"/>
+    <option id="closed" _label="Closed Figures" arg-set="-figtype closed"/>
+  </select>
+
+  <_description>
+This generates random spline-ish line drawings and morphs between
+them.  Written by Sverre H.  Huseby and Glenn T.  Lines.
+  </_description>
+</screensaver>