From http://www.jwz.org/xscreensaver/xscreensaver-5.31.tar.gz
[xscreensaver] / hacks / config / bubble3d.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="bubble3d" _label="Bubble3D" gl="yes">
4
5   <command arg="-root"/>
6
7   <video href="http://www.youtube.com/watch?v=4vcj8sq9FO8"/>
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="transp" _label="Transparent bubbles" arg-unset="-no-transparent"/>
15   <string id="color"    _label="Bubble color"      arg="-color %"/>
16   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
17   <xscreensaver-updater />
18
19   <_description>
20 Rising, undulating 3D bubbles, with transparency and specular reflections. 
21
22 Written by Richard Jones; 1998.
23   </_description>
24 </screensaver>