347cd916e58a1d2f0e7e708050107af8158b0f54
[xscreensaver] / hacks / config / gltext.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="gltext" _label="GLText">
4
5   <command arg="-root"/>
6
7   <string id="text" _label="Text" arg="-text %"/>
8
9   <number id="delay" type="slider" arg="-delay %"
10           _label="Speed" _low-label="Slow" _high-label="Fast"
11           low="0" high="20000" default="10000"
12           convert="invert"/>
13
14   <boolean id="wander" _label="Wander" arg-unset="-no-wander"/>
15
16   <select id="rotation">
17     <option id="no"  _label="Don't Rotate" arg-set="-no-spin"/>
18     <option id="x"   _label="Rotate around X axis" arg-set="-spin X"/>
19     <option id="y"   _label="Rotate around Y axis" arg-set="-spin Y"/>
20     <option id="z"   _label="Rotate around Z axis" arg-set="-spin Z"/>
21     <option id="xy"  _label="Rotate around X and Y axes" arg-set="-spin XY"/>
22     <option id="xz"  _label="Rotate around X and Z axes" arg-set="-spin XZ"/>
23     <option id="yz"  _label="Rotate around Y and Z axes" arg-set="-spin YZ"/>
24     <option id="xyz" _label="Rotate around all three axes"/>
25   </select>
26
27   <select id="render">
28     <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
29     <option id="solid" _label="Solid"/>
30   </select>
31
32   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
33
34   <_description>
35 Displays a few lines of text spinning around in a solid 3D font.
36 Written by Jamie Zawinski.
37   </_description>
38 </screensaver>