summaryrefslogtreecommitdiffstats
path: root/hacks/config/starwars.xml
blob: caa005ee1f01c35568ad1e915dfcb0df2337b585 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="ISO-8859-1"?>

<screensaver name="starwars" _label="StarWars" gl="yes">

  <command arg="-root"/>

  <video href="https://www.youtube.com/watch?v=UUjC-6e7y_U"/>

  <hgroup>
   <vgroup>
    <number id="delay" type="slider" arg="-delay %"
            _low-label="  Frame rate      Low" _high-label="High"
            low="0" high="100000" default="40000"
            convert="invert"/>
    <number id="steps" type="slider" arg="-steps %"
            _low-label="Scroll speed     Slow" _high-label="Fast"
            low="1" high="100" default="35"
            convert="invert"/>
    <number id="spin" type="slider" arg="-spin %"
            _low-label=" Stars speed     Slow" _high-label="Fast"
            low="0.0" high="0.2" default="0.03"/>

    <xscreensaver-text />
   </vgroup>

   <vgroup>
    <select id="align">
      <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="-alignment right"/>
    </select>

    <boolean id="wrap"   _label="Wrap long lines" arg-unset="-no-wrap"/>
   <boolean id="texture" _label="Texture-mapped font" arg-unset="-no-textures"/>
    <boolean id="smooth" _label="Anti-aliased lines" arg-unset="-no-smooth"/>
    <hgroup>
     <boolean id="thick"  _label="Thick lines"        arg-unset="-no-thick"/>
     <boolean id="fade"   _label="Fade out"           arg-unset="-no-fade"/>
    </hgroup>
    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>

    <number id="lines" type="spinbutton" arg="-lines %"
              _label="Text lines" low="4" high="1000" default="125"/>
    <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="or, Text columns" low="-1" high="200" default="-1"/>

   </vgroup>
  </hgroup>

  <xscreensaver-updater />

  <_description>
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.  

https://en.wikipedia.org/wiki/Star_Wars_opening_crawl

Written by Jamie Zawinski and Claudio Matsuoka; 2001.
  </_description>
</screensaver>