http://ftp.nluug.nl/pub/os/Linux/distr/pardusrepo/sources/xscreensaver-5.02.tar.gz
[xscreensaver] / hacks / config / starwars.xml
index 89879f88752849d1b570a43089ecbc029ea11aae..63c6f349acd79dfd147e36d11bb356645355b337 100644 (file)
 
   <hgroup>
     <select id="align">
-      <option id="left"   _label="Flush Left Text"  arg-set="-left"/>
+      <option id="left"   _label="Flush Left Text"  arg-set="-alignment left"/>
       <option id="center" _label="Centered Text"/>
-      <option id="right"  _label="Flush Right Text" arg-set="-right"/>
+      <option id="right"  _label="Flush Right Text" arg-set="-alignment right"/>
     </select>
 
     <boolean id="wrap"   _label="Wrap Long Lines" arg-unset="-no-wrap"/>
   </hgroup>
 
-  <file id="program" _label="Text Program" arg="-program %"/>
+<!--  <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"/>
+  <hgroup>
+    <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="columns" type="spinbutton" arg="-columns %"
+             _label="or, Text Columns" low="-1" high="200" default="-1"/>
+  </hgroup>
 
   <number id="lines" type="spinbutton" arg="-lines %"
            _label="Text Lines" low="4" high="1000" default="125"/>
 
   <hgroup>
     <boolean id="smooth" _label="Anti-aliased Lines" arg-unset="-no-smooth"/>
-    <boolean id="fade"   _label="Thick Lines"        arg-unset="-no-thick"/>
+    <boolean id="thick"  _label="Thick Lines"        arg-unset="-no-thick"/>
+    <boolean id="fade"   _label="Fade Out"           arg-unset="-no-fade"/>
+  </hgroup>
+
+  <hgroup>
+   <boolean id="texture" _label="Texture-Mapped Font" arg-unset="-no-textures"/>
+   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
   </hgroup>
 
-  <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"/>
+  <xscreensaver-text />
 
   <_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.  
+
+Written by Jamie Zawinski and Claudio Matauoka; 2001.
   </_description>
 </screensaver>