http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / lisa.xml
diff --git a/hacks/config/lisa.xml b/hacks/config/lisa.xml
new file mode 100644 (file)
index 0000000..47eaff4
--- /dev/null
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="lisa" _label="Lisa">
+
+  <command arg="-root"/>
+
+  <!-- #### -no-additive -->
+
+  <number id="count" type="spinbutton" arg="-count %"
+          _label="Count" low="0" high="20" default="1"/>
+
+  <number id="cycles" type="slider" arg="-cycles %"
+           _label="Steps" _low-label="Few" _high-label="Many"
+          low="1" high="1000" default="256"/>
+
+  <number id="speed" type="slider" arg="-delay %"
+          _label="Speed" _low-label="Slow" _high-label="Fast"
+          low="0" high="50000" default="25000"
+          convert="invert"/>
+
+  <number id="ncolors" type="slider" arg="-ncolors %"
+            _label="Number of Colors" _low-label="Two" _high-label="Many"
+            low="1" high="255" default="200"/>
+
+  <number id="size" type="spinbutton" arg="-size %"
+           _label="Size" low="-10" high="10" default="-1"/>
+
+  <_description>
+This draws Lisajous loops, by Caleb Cullen.  Remember that device
+they had the Phantom Zone prisoners in during their trial in
+Superman?  I think that was one of these.
+  </_description>
+</screensaver>