http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/xscreensaver-4.20.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="-left"/>
20       <option id="center" _label="Centered Text"/>
21       <option id="right"  _label="Flush Right Text" arg-set="-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   <number id="size" type="spinbutton" arg="-size %"
30            _label="Font Point Size" low="-1" high="10" default="-1"/>
31
32   <number id="columns" type="spinbutton" arg="-columns %"
33            _label="Text Columns" low="-1" high="200" default="-1"/>
34
35   <number id="lines" type="spinbutton" arg="-lines %"
36            _label="Text Lines" low="4" high="1000" default="125"/>
37
38   <number id="spin" type="slider" arg="-spin %"
39           _label="Star Rotation Speed" _low-label="Slow" _high-label="Fast"
40           low="0.0" high="0.2" default="0.03"/>
41
42   <hgroup>
43     <boolean id="smooth" _label="Anti-aliased Lines" arg-unset="-no-smooth"/>
44     <boolean id="fade"   _label="Thick Lines"        arg-unset="-no-thick"/>
45   </hgroup>
46
47   <boolean id="texture" _label="Texture-Mapped Font" arg-unset="-no-texture"/>
48   <boolean id="fade"   _label="Fade Out"           arg-unset="-no-fade"/>
49   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
50
51   <_description>
52 Draws a stream of text slowly scrolling into the distance at an
53 angle, over a star field, like at the beginning of the movie of the
54 same name.  Written by Jamie Zawinski and Claudio Matauoka.
55   </_description>
56 </screensaver>