From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / timetunnel.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="timetunnel" _label="TimeTunnel" gl="yes">
4
5   <command arg="-root"/>
6
7   <number id="start" type="slider" arg="-start %"
8           _label="Start sequence time" _low-label="0 sec" _high-label="30 sec"
9           low="0.00" high="27.79" default="0.00"/>
10
11   <number id="end" type="slider" arg="-end %"
12           _label="End sequence time" _low-label="0 sec" _high-label="30 sec"
13           low="0.00" high="27.79" default="27.79"/>
14
15   <hgroup>
16    <vgroup>
17     <boolean id="logo"    _label="Draw logo"       arg-unset="-no-logo"/>
18     <boolean id="reverse" _label="Run backward"    arg-set="-reverse"/>
19     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
20    </vgroup>
21    <vgroup>
22 <!--
23     <string id="tardis"  _label="Tardis image            " arg="-tardis %"/>
24     <string id="head"    _label="Head image             "  arg="-head %"/>
25     <string id="marquee" _label="Marquee image        "    arg="-marquee %"/>
26     <string id="tun1"    _label="Tardis tunnel image "     arg="-tun1 %"/>
27     <string id="tun2"    _label="Middle tunnel image"      arg="-tun2 %"/>
28     <string id="tun3"    _label="Final tunnel image   "    arg="-tun3 %"/>
29 -->
30    </vgroup>
31   </hgroup>
32
33   <xscreensaver-updater />
34
35   <_description>
36 Draws an animation similar to the opening and closing effects on the
37 Dr. Who TV show.
38
39 Written by Sean P. Brennan; 2005.
40   </_description>
41 </screensaver>