ftp://ftp.jp.xemacs.org/pub/NetBSD/packages/distfiles/xscreensaver-4.15.tar.gz
[xscreensaver] / hacks / config / wormhole.xml
diff --git a/hacks/config/wormhole.xml b/hacks/config/wormhole.xml
new file mode 100644 (file)
index 0000000..226e16e
--- /dev/null
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="wormhole" _label="Wormhole">
+
+  <command arg="-root"/>
+
+  <number id="speed" type="slider" arg="-delay %"
+          _label="Animation Speed" _low-label="Slow" _high-label="Fast"
+          low="0" high="50000" default="100"
+          convert="invert"/>
+
+  <number id="zspeed" type="slider" arg="-zspeed %"
+          _label="Star speed" _low-label="Slow" _high-label="Fast"
+          low="1" high="30" default="15"/>
+
+  <number id="stars" type="slider" arg="-stars %"
+          _label="Stars Created" _low-label="Few" _high-label="Lots"
+          low="1" high="100" default="30"/>
+
+  <_description>
+  Wormhole simulates flying through a colored wormhole in space. 
+  Written by Jon Rafkind.
+  </_description>
+</screensaver>