1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="bubbles" _label="Bubbles">
7 <video href="https://www.youtube.com/watch?v=Mli1TjZY1YA"/>
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"
14 <boolean id="simple" _label="Draw circles instead of bubble images"
17 <boolean id="broken" _label="Don't hide bubbles when they pop"
20 <boolean id="trails" _label="Leave trails" arg-set="-trails"/>
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"/>
28 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
30 <xscreensaver-updater />
33 This screen saver was removed from the XScreenSaver distribution as of
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.
40 Written by James Macnicol; 1996.