ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-4.21.tar.gz
[xscreensaver] / hacks / config / starwars.xml
index 1b112771d73822c14c78abd8037c9e1638a883bb..3459873eeb8d8918fa35cd9142a14fcc22119b0c 100644 (file)
@@ -4,7 +4,7 @@
 
   <command arg="-root"/>
 
-  <number id="speed" type="slider" arg="-delay %"
+  <number id="delay" type="slider" arg="-delay %"
           _label="Animation Speed" _low-label="Slow" _high-label="Fast"
           low="0" high="80000" default="40000"
           convert="invert"/>
@@ -32,7 +32,7 @@
   <number id="columns" type="spinbutton" arg="-columns %"
            _label="Text Columns" low="-1" high="200" default="-1"/>
 
-  <number id="lines" type="spinbutton" arg="-size %"
+  <number id="lines" type="spinbutton" arg="-lines %"
            _label="Text Lines" low="4" high="1000" default="125"/>
 
   <number id="spin" type="slider" arg="-spin %"
     <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="texture" _label="Texture-Mapped Font" arg-unset="-no-texture"/>
+  <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.
+same name.  
+
+The text can be the output of a program or the contents of a file or
+URL, as configured on the "Advanced" tab of the main Screensaver
+Preferences window.
+
+Written by Jamie Zawinski and Claudio Matauoka.
   </_description>
 </screensaver>