From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / bubbles.xml
index a3670cdf1853e2102a3c0bbb48d838909a79f0d8..b14df1e89c44bf9eb6ba6b81fe7903a016b23b4d 100644 (file)
@@ -5,31 +5,36 @@
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="800"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="10000"
           convert="invert"/>
 
-  <boolean id="simple" _label="Draw circles instead of pixmap bubbles"
+  <boolean id="simple" _label="Draw circles instead of bubble images"
            arg-set="-simple"/>
 
   <boolean id="broken" _label="Don't hide bubbles when they pop"
            arg-set="-broken"/>
 
-  <boolean id="3d" _label="Bubbles exist in three dimensions"
-           arg-set="-3D"/>
+  <boolean id="trails" _label="Leave trails" arg-set="-trails"/>
 
   <select id="gravity">
-    <option id="rise"     _label="Bubbles Rise"  arg-set="-rise"/>
-    <option id="float"    _label="Bubbles Float"/>
-    <option id="drop"     _label="Bubbles Fall"  arg-set="-drop"/>
+    <option id="rise"     _label="Bubbles rise"  arg-set="-mode rise"/>
+    <option id="float"    _label="Bubbles float"/>
+    <option id="drop"     _label="Bubbles fall"  arg-set="-mode drop"/>
   </select>
 
-  <boolean id="trails" _label="Leave Trails" arg-set="-trails"/>
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+  <xscreensaver-updater />
 
   <_description>
+This screen saver was removed from the XScreenSaver distribution as of
+version 5.08.
+
 This simulates the kind of bubble formation that happens when water
-boils:small bubbles appear, and as they get closer to each other,
-they combine to form larger bubbles, which eventually pop.  Written
-by James Macnicol.
+boils: small bubbles appear, and as they get closer to each other,
+they combine to form larger bubbles, which eventually pop.
+
+Written by James Macnicol; 1996.
   </_description>
 </screensaver>