http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / starfish.xml
diff --git a/hacks/config/starfish.xml b/hacks/config/starfish.xml
new file mode 100644 (file)
index 0000000..a495c4d
--- /dev/null
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="starfish" _label="Starfish">
+
+  <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="duration" type="spinbutton" arg="-duration %"
+          _label="Duration" low="1" high="60" default="30"/>
+
+  <number id="thickness" type="slider" arg="-thickness %"
+          _label="Lines" _low-label="Thin" _high-label="Thick"
+          low="0" high="150" default="0"/>
+
+  <select id="mode">
+    <option id="field" _label="Color Gradients"/>
+    <option id="blob"  _label="Pulsating Blob" arg-set="-blob"/>
+  </select>
+
+  <number id="ncolors" type="slider" arg="-colors %"
+            _label="Number of Colors" _low-label="Two" _high-label="Many"
+            low="1" high="255" default="200"/>
+
+  <!-- #### -delay2 [5] -->
+  <!-- #### -cycle-delay [100000] -->
+  <!-- #### -no-cycle -->
+
+  <_description>
+This generates a sequence of undulating, throbbing, star-like
+patterns which pulsate, rotate, and turn inside out.  Another display
+mode uses these shapes to lay down a field of colors, which are then
+cycled.  The motion is very organic.  Written by Jamie Zawinski.
+  </_description>
+</screensaver>