http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.06.tar.gz
[xscreensaver] / hacks / config / starwars.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="starwars" _label="StarWars">
4
5   <command arg="-root"/>
6
7   <hgroup>
8    <vgroup>
9     <number id="delay" type="slider" arg="-delay %"
10             _label="Animation Speed" _low-label="Slow" _high-label="Fast"
11             low="0" high="80000" default="40000"
12             convert="invert"/>
13     <number id="steps" type="slider" arg="-steps %"
14             _label="Scroll Speed" _low-label="Slow" _high-label="Fast"
15             low="1" high="100" default="35"
16             convert="invert"/>
17     <number id="spin" type="slider" arg="-spin %"
18             _label="Star Rotation Speed" _low-label="Slow" _high-label="Fast"
19             low="0.0" high="0.2" default="0.03"/>
20     <number id="lines" type="spinbutton" arg="-lines %"
21              _label="Text Lines" low="4" high="1000" default="125"/>
22    </vgroup>
23
24    <vgroup>
25     <select id="align">
26       <option id="left"   _label="Flush Left Text"  arg-set="-alignment left"/>
27       <option id="center" _label="Centered Text"/>
28       <option id="right"  _label="Flush Right Text" arg-set="-alignment right"/>
29     </select>
30
31     <boolean id="wrap"   _label="Wrap Long Lines" arg-unset="-no-wrap"/>
32    <boolean id="texture" _label="Texture-Mapped Font" arg-unset="-no-textures"/>
33     <boolean id="smooth" _label="Anti-aliased Lines" arg-unset="-no-smooth"/>
34     <hgroup>
35      <boolean id="thick"  _label="Thick Lines"        arg-unset="-no-thick"/>
36      <boolean id="fade"   _label="Fade Out"           arg-unset="-no-fade"/>
37     </hgroup>
38     <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
39
40    </vgroup>
41   </hgroup>
42
43   <hgroup>
44     <number id="size" type="spinbutton" arg="-size %"
45              _label="Font Point Size" low="-1" high="10" default="-1"/>
46     <number id="columns" type="spinbutton" arg="-columns %"
47              _label="or, Text Columns" low="-1" high="200" default="-1"/>
48   </hgroup>
49
50   <xscreensaver-text />
51
52   <_description>
53 Draws a stream of text slowly scrolling into the distance at an
54 angle, over a star field, like at the beginning of the movie of the
55 same name.  
56
57 Written by Jamie Zawinski and Claudio Matauoka; 2001.
58   </_description>
59 </screensaver>