From http://www.jwz.org/xscreensaver/xscreensaver-5.37.tar.gz
[xscreensaver] / hacks / config / timetunnel.xml
index 9f9407909afb12e32392f79ddd19c5ba67bc562b..caab9fce3128422994cc98d35e47a34d442fef04 100644 (file)
@@ -1,24 +1,42 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="timetunnel" _label="Timetunnel">
+<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="30.00" default="0.00"/>
+          low="0.00" high="27.79" default="0.00"/>
 
-  <number id="changetime" type="slider" arg="-end %"
-          _label="Color Change Time" _low-label="Short" _high-label="Long"
-          low="0.00" high="30.00" default="30.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"/>
 
-  <boolean id="tunonly" _label="Draw Logo" arg-unset="-tunonly"/>
-  <boolean id="reverse" _label="Run Backward" arg-set="-reverse"/>
+  <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>
 
-  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+  <xscreensaver-updater />
 
   <_description>
-Draws an animation similar to the opening and closing effects on the
-Dr. Who television show.  Written by Sean P. Brennan.
+An animation similar to the title sequence of Dr. Who in the 70s.
+
+Written by Sean P. Brennan; 2005.
   </_description>
 </screensaver>