From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / sballs.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="sballs" _label="SBalls" gl="yes">
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="30000"
10           convert="invert"/>
11
12   <select id="object">
13     <option id="random" _label="Random"/>
14     <option id="tetra" _label="Tetrahedron" arg-set="-object 1"/>
15     <option id="cube" _label="Cube" arg-set="-object 2"/>
16     <option id="octa" _label="Octahedron" arg-set="-object 3"/>
17     <option id="dodeca" _label="Dodecahedron" arg-set="-object 4"/>
18     <option id="icosa" _label="Icosahedron" arg-set="-object 5"/>
19     <option id="plane" _label="Plane" arg-set="-object 6"/>
20     <option id="pyramid" _label="Pyramid" arg-set="-object 7"/>
21     <option id="star" _label="Star" arg-set="-object 8"/>
22   </select>
23
24   <boolean id="tex"     _label="Textured"  arg-unset="-no-texture"/>
25   <boolean id="wire"    _label="Wireframe"   arg-set="-wireframe"/>
26   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
27
28   <xscreensaver-updater />
29
30   <_description>
31 Draws an animation of textured balls spinning like crazy.
32
33 Written by Eric Lassauge; 2002.
34   </_description>
35 </screensaver>