http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.16.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   <number id="delay" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="20000" default="800"
10           convert="invert"/>
11
12   <boolean id="simple" _label="Draw circles instead of pixmap bubbles"
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="3d" _label="Bubbles exist in three dimensions"
19            arg-set="-3D"/>
20
21   <select id="gravity">
22     <option id="rise"     _label="Bubbles Rise"  arg-set="-rise"/>
23     <option id="float"    _label="Bubbles Float"/>
24     <option id="drop"     _label="Bubbles Fall"  arg-set="-drop"/>
25   </select>
26
27   <boolean id="trails" _label="Leave Trails" arg-set="-trails"/>
28
29   <_description>
30 This simulates the kind of bubble formation that happens when water
31 boils:small bubbles appear, and as they get closer to each other,
32 they combine to form larger bubbles, which eventually pop.  Written
33 by James Macnicol.
34   </_description>
35 </screensaver>