From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / bubbles.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="bubbles" _label="Bubbles">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=Mli1TjZY1YA"/>
8
9   <number id="delay" type="slider" arg="-delay %"
10           _label="Frame rate" _low-label="Low" _high-label="High"
11           low="0" high="100000" default="10000"
12           convert="invert"/>
13
14   <boolean id="simple" _label="Draw circles instead of bubble images"
15            arg-set="-simple"/>
16
17   <boolean id="broken" _label="Don't hide bubbles when they pop"
18            arg-set="-broken"/>
19
20   <boolean id="trails" _label="Leave trails" arg-set="-trails"/>
21
22   <select id="gravity">
23     <option id="rise"     _label="Bubbles rise"  arg-set="-mode rise"/>
24     <option id="float"    _label="Bubbles float"/>
25     <option id="drop"     _label="Bubbles fall"  arg-set="-mode drop"/>
26   </select>
27
28   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
29
30   <xscreensaver-updater />
31
32   <_description>
33 This screen saver was removed from the XScreenSaver distribution as of
34 version 5.08.
35
36 This simulates the kind of bubble formation that happens when water
37 boils: small bubbles appear, and as they get closer to each other,
38 they combine to form larger bubbles, which eventually pop.
39
40 Written by James Macnicol; 1996.
41   </_description>
42 </screensaver>