6a15c00fc629bee878acd55a9897841b514666b1
[xscreensaver] / hacks / config / starwars.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="starwars" _label="StarWars" gl="yes">
4
5   <command arg="-root"/>
6
7   <hgroup>
8    <vgroup>
9     <number id="delay" type="slider" arg="-delay %"
10             _low-label="  Frame rate      Low" _high-label="High"
11             low="0" high="100000" default="40000"
12             convert="invert"/>
13     <number id="steps" type="slider" arg="-steps %"
14             _low-label="Scroll speed     Slow" _high-label="Fast"
15             low="1" high="100" default="35"
16             convert="invert"/>
17     <number id="spin" type="slider" arg="-spin %"
18             _low-label=" Stars speed     Slow" _high-label="Fast"
19             low="0.0" high="0.2" default="0.03"/>
20
21     <xscreensaver-text />
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 frame rate" arg-set="-fps"/>
39
40     <number id="lines" type="spinbutton" arg="-lines %"
41               _label="Text lines" low="4" high="1000" default="125"/>
42     <number id="size" type="spinbutton" arg="-size %"
43              _label="Font point size" low="-1" high="10" default="-1"/>
44     <number id="columns" type="spinbutton" arg="-columns %"
45              _label="or, Text columns" low="-1" high="200" default="-1"/>
46
47    </vgroup>
48   </hgroup>
49
50   <_description>
51 Draws a stream of text slowly scrolling into the distance at an
52 angle, over a star field, like at the beginning of the movie of the
53 same name.  
54
55 http://en.wikipedia.org/wiki/Star_Wars_opening_crawl
56
57 Written by Jamie Zawinski and Claudio Matauoka; 2001.
58   </_description>
59 </screensaver>