bf6755469a6f6cc58bf9c7c65eba407b3a6cab44
[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   <number id="delay" type="slider" arg="-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="10000"
10           convert="invert"/>
11
12   <boolean id="simple" _label="Draw circles instead of bubble images"
13            arg-set="-simple"/>
14
15   <boolean id="broken" _label="Don't hide bubbles when they pop"
16            arg-set="-broken"/>
17
18   <boolean id="trails" _label="Leave trails" arg-set="-trails"/>
19
20   <select id="gravity">
21     <option id="rise"     _label="Bubbles rise"  arg-set="-mode rise"/>
22     <option id="float"    _label="Bubbles float"/>
23     <option id="drop"     _label="Bubbles fall"  arg-set="-mode drop"/>
24   </select>
25
26   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
27
28   <_description>
29 This screen saver was removed from the XScreenSaver distribution as of
30 version 5.08.
31
32 This simulates the kind of bubble formation that happens when water
33 boils: small bubbles appear, and as they get closer to each other,
34 they combine to form larger bubbles, which eventually pop.
35
36 Written by James Macnicol; 1996.
37   </_description>
38 </screensaver>