http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/md5/fa43fdd68d...
[xscreensaver] / hacks / config / bouncingcow.xml
diff --git a/hacks/config/bouncingcow.xml b/hacks/config/bouncingcow.xml
new file mode 100644 (file)
index 0000000..92cb91d
--- /dev/null
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="bouncingcow" _label="BouncingCow">
+
+  <command arg="-root"/>
+
+  <number id="speed" type="slider" arg="-speed %"
+          _label="Bounce Speed" _low-label="Slow" _high-label="Fast"
+          low="0.05" high="1.7" default="1.0"/>
+
+  <number id="delay" type="slider" arg="-delay %"
+          _label="Animation Speed" _low-label="Slow" _high-label="Fast"
+          low="0" high="50000" default="10000"
+          convert="invert"/>
+
+  <number id="count" type="slider" arg="-count %"
+          _label="Number of Cows" _low-label="Moo" _high-label="Herd"
+          low="1" high="9" default="1"/>
+
+  <select id="render">
+    <option id="solid"    _label="Beefy Cow"/>
+    <option id="wire"     _label="Wireframe Cow" arg-set="-wireframe"/>
+  </select>
+
+  <_description>
+A Cow.  A Trampoline.  Together, they fight crime.
+By Jamie Zawinski.
+  </_description>
+</screensaver>