http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / bouboule.xml
diff --git a/hacks/config/bouboule.xml b/hacks/config/bouboule.xml
new file mode 100644 (file)
index 0000000..7931eec
--- /dev/null
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="bouboule" _label="Bouboule">
+
+  <command arg="-root"/>
+
+  <number id="speed" type="slider" arg="-delay %"
+          _label="Speed" _low-label="Slow" _high-label="Fast"
+          low="0" high="20000" default="5000"
+          convert="invert"/>
+
+  <number id="count" type="slider" arg="-count %"
+          _label="Number of Spots" _low-label="Few" _high-label="Many"
+          low="1" high="400" default="100"/>
+
+  <number id="ncolors" type="slider" arg="-ncolors %"
+            _label="Number of Colors" _low-label="Two" _high-label="Many"
+            low="1" high="255" default="64"/>
+
+  <boolean id="3d" _label="Do Red/Blue 3D seperation" arg-set="-3d"/>
+
+  <_description>
+This draws what looks like a spinning, deforming baloon with
+varying-sized spots painted on its invisible surface.  Written by
+Jeremie Petit.
+  </_description>
+</screensaver>