http://ftp.nluug.nl/pub/os/Linux/distr/pardusrepo/sources/xscreensaver-5.02.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   <number id="delay" type="slider" arg="-delay %"
8           _label="Animation Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="80000" default="40000"
10           convert="invert"/>
11
12   <number id="steps" type="slider" arg="-steps %"
13           _label="Scroll Speed" _low-label="Slow" _high-label="Fast"
14           low="1" high="100" default="35"
15           convert="invert"/>
16
17   <hgroup>
18     <select id="align">
19       <option id="left"   _label="Flush Left Text"  arg-set="-alignment left"/>
20       <option id="center" _label="Centered Text"/>
21       <option id="right"  _label="Flush Right Text" arg-set="-alignment right"/>
22     </select>
23
24     <boolean id="wrap"   _label="Wrap Long Lines" arg-unset="-no-wrap"/>
25   </hgroup>
26
27 <!--  <file id="program" _label="Text Program" arg="-program %"/> -->
28
29   <hgroup>
30     <number id="size" type="spinbutton" arg="-size %"
31              _label="Font Point Size" low="-1" high="10" default="-1"/>
32
33     <number id="columns" type="spinbutton" arg="-columns %"
34              _label="or, Text Columns" low="-1" high="200" default="-1"/>
35   </hgroup>
36
37   <number id="lines" type="spinbutton" arg="-lines %"
38            _label="Text Lines" low="4" high="1000" default="125"/>
39
40   <number id="spin" type="slider" arg="-spin %"
41           _label="Star Rotation Speed" _low-label="Slow" _high-label="Fast"
42           low="0.0" high="0.2" default="0.03"/>
43
44   <hgroup>
45     <boolean id="smooth" _label="Anti-aliased Lines" arg-unset="-no-smooth"/>
46     <boolean id="thick"  _label="Thick Lines"        arg-unset="-no-thick"/>
47     <boolean id="fade"   _label="Fade Out"           arg-unset="-no-fade"/>
48   </hgroup>
49
50   <hgroup>
51    <boolean id="texture" _label="Texture-Mapped Font" arg-unset="-no-textures"/>
52    <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
53   </hgroup>
54
55   <xscreensaver-text />
56
57   <_description>
58 Draws a stream of text slowly scrolling into the distance at an
59 angle, over a star field, like at the beginning of the movie of the
60 same name.  
61
62 Written by Jamie Zawinski and Claudio Matauoka; 2001.
63   </_description>
64 </screensaver>