http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / spotlight.xml
diff --git a/hacks/config/spotlight.xml b/hacks/config/spotlight.xml
new file mode 100644 (file)
index 0000000..b10adac
--- /dev/null
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="spotlight" _label="Spotlight">
+
+  <command arg="-root"/>
+
+  <number id="speed" type="slider" arg="-delay %"
+          _label="Speed" _low-label="Slow" _high-label="Fast"
+          low="0" high="20000" default="10000"
+          convert="invert"/>
+
+  <number id="radius" type="spinbutton" arg="-radius %"
+          _label="Radius" low="5" high="1000" default="125"/>
+
+  <_description>
+Draws a spotlight scanning across a black screen, illumnating the
+underlying desktop when it passes.  Written by Rick Schultz.
+  </_description>
+</screensaver>