home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / xscreensaver / config / gltext.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-02-07  |  1.6 KB  |  45 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="gltext" _label="GLText">
  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="30000" default="20000"
  10.           convert="invert"/>
  11.  
  12.   <boolean id="wander" _label="Wander" arg-unset="-no-wander"/>
  13.  
  14.   <select id="rotation">
  15.     <option id="no"  _label="Don't Rotate" arg-set="-no-spin"/>
  16.     <option id="x"   _label="Rotate around X axis" arg-set="-spin X"/>
  17.     <option id="y"   _label="Rotate around Y axis" arg-set="-spin Y"/>
  18.     <option id="z"   _label="Rotate around Z axis" arg-set="-spin Z"/>
  19.     <option id="xy"  _label="Rotate around X and Y axes" arg-set="-spin XY"/>
  20.     <option id="xz"  _label="Rotate around X and Z axes" arg-set="-spin XZ"/>
  21.     <option id="yz"  _label="Rotate around Y and Z axes" arg-set="-spin YZ"/>
  22.     <option id="xyz" _label="Rotate around all three axes"/>
  23.   </select>
  24.  
  25.   <select id="facing">
  26.     <option id="front"   _label="Always face front" arg-set="-front"/>
  27.     <option id="nofront" _label="Spin all the way around"/>
  28.   </select>
  29.  
  30.   <select id="render">
  31.     <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
  32.     <option id="solid" _label="Solid"/>
  33.   </select>
  34.  
  35.   <string id="text"    _label="Text"    arg="-text %"/>
  36.   <file   id="program" _label="Program" arg="-program %"/>
  37.  
  38.   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
  39.  
  40.   <_description>
  41. Displays a few lines of text spinning around in a solid 3D font.
  42. Written by Jamie Zawinski.
  43.   </_description>
  44. </screensaver>
  45.