<?xml version="1.0" encoding="ISO-8859-1"?>

<screensaver name="starwars" _label="StarWars">

  <command arg="-root"/>

  <number id="speed" type="slider" arg="-delay %"
          _label="Animation Speed" _low-label="Slow" _high-label="Fast"
          low="0" high="80000" default="40000"
          convert="invert"/>

  <number id="steps" type="slider" arg="-steps %"
          _label="Scroll Speed" _low-label="Slow" _high-label="Fast"
          low="1" high="100" default="35"
          convert="invert"/>

  <hgroup>
    <select id="align">
      <option id="left"   _label="Flush Left Text"  arg-set="-left"/>
      <option id="center" _label="Centered Text"/>
      <option id="right"  _label="Flush Right Text" arg-set="-right"/>
    </select>

    <boolean id="wrap"   _label="Wrap Long Lines" arg-unset="-no-wrap"/>
  </hgroup>

  <file id="program" _label="Text Program" arg="-program %"/>

  <number id="size" type="spinbutton" arg="-size %"
           _label="Font Point Size" low="-1" high="10" default="-1"/>

  <number id="columns" type="spinbutton" arg="-columns %"
           _label="Text Columns" low="-1" high="200" default="-1"/>

  <number id="lines" type="spinbutton" arg="-size %"
           _label="Text Lines" low="4" high="1000" default="125"/>

  <number id="spin" type="slider" arg="-spin %"
          _label="Star Rotation Speed" _low-label="Slow" _high-label="Fast"
          low="0.0" high="0.2" default="0.03"/>

  <hgroup>
    <boolean id="smooth" _label="Anti-aliased Lines" arg-unset="-no-smooth"/>
    <boolean id="fade"   _label="Thick Lines"        arg-unset="-no-thick"/>
  </hgroup>
  <boolean id="fade"   _label="Fade Out"           arg-unset="-no-fade"/>

  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>

  <_description>
Draws a stream of text slowly scrolling into the distance at an
angle, over a star field, like at the beginning of the movie of the
same name.  Written by Jamie Zawinski and Claudio Matauoka.
  </_description>
</screensaver>
