From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / bubble3d.xml
index 89b1078440908c9ea5d0de7b876d75c3942d8820..985c394a9dc6d1bdf1d679ae0379ab4c9650763b 100644 (file)
@@ -1,20 +1,30 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="bubble3d" _label="Bubble3D">
+<screensaver name="bubble3d" _label="Bubble3D" gl="yes">
 
   <command arg="-root"/>
 
+  <video href="https://www.youtube.com/watch?v=4vcj8sq9FO8"/>
+
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="15000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="10000"
           convert="invert"/>
 
-  <boolean id="transp" _label="Transparent Bubbles" arg-set="-transparent"/>
-  <string id="color"    _label="Bubble Color"      arg="-color %"/>
-  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+  <boolean id="transp" _label="Transparent bubbles" arg-unset="-no-transparent"/>
+   <select id="bubblecolor">
+    <option id="random" _label="Random" />
+    <option id="Red"    _label="Amber" arg-set="-color #FF0000" />
+    <option id="Green"  _label="Green" arg-set="-color #00FF00" />
+    <option id="Blue"   _label="Blue"  arg-set="-color #0000FF" />
+    <option id="white"  _label="White" arg-set="-color #FFFFFF" />
+   </select>
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+  <xscreensaver-updater />
+
   <_description>
-Draws a stream of rising, undulating 3D bubbles, rising toward the
-top of the screen, with nice specular reflections. Written by Richard
-Jones.
+Rising, undulating 3D bubbles, with transparency and specular reflections. 
+
+Written by Richard Jones; 1998.
   </_description>
 </screensaver>