summaryrefslogtreecommitdiffstats
path: root/hacks/config/timetunnel.xml
blob: caab9fce3128422994cc98d35e47a34d442fef04 (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
<?xml version="1.0" encoding="ISO-8859-1"?>

<screensaver name="timetunnel" _label="TimeTunnel" gl="yes">

  <command arg="-root"/>

  <video href="https://www.youtube.com/watch?v=GZe5rk_7TnA"/>

  <number id="start" type="slider" arg="-start %"
          _label="Start sequence time" _low-label="0 sec" _high-label="30 sec"
          low="0.00" high="27.79" default="0.00"/>

  <number id="end" type="slider" arg="-end %"
          _label="End sequence time" _low-label="0 sec" _high-label="30 sec"
          low="0.00" high="27.79" default="27.79"/>

  <hgroup>
   <vgroup>
    <boolean id="logo"    _label="Draw logo"       arg-unset="-no-logo"/>
    <boolean id="reverse" _label="Run backward"    arg-set="-reverse"/>
    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
   </vgroup>
   <vgroup>
<!--
    <string id="tardis"  _label="Tardis image            " arg="-tardis %"/>
    <string id="head"    _label="Head image             "  arg="-head %"/>
    <string id="marquee" _label="Marquee image        "    arg="-marquee %"/>
    <string id="tun1"    _label="Tardis tunnel image "     arg="-tun1 %"/>
    <string id="tun2"    _label="Middle tunnel image"      arg="-tun2 %"/>
    <string id="tun3"    _label="Final tunnel image   "    arg="-tun3 %"/>
-->
   </vgroup>
  </hgroup>

  <xscreensaver-updater />

  <_description>
An animation similar to the title sequence of Dr. Who in the 70s.

Written by Sean P. Brennan; 2005.
  </_description>
</screensaver>