http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.06.tar.gz
[xscreensaver] / hacks / config / zoom.xml
index bba28bccc62323729ae33fe7e03c736926c1befb..c0f11fb1b6151a4c2608f8cda62f49c5f8c310ce 100644 (file)
@@ -4,11 +4,15 @@
 
   <command arg="-root"/>
 
-  <number id="speed" type="slider" arg="-delay %"
+  <number id="delay" type="slider" arg="-delay %"
           _label="Speed" _low-label="Slow" _high-label="Fast"
           low="0" high="20000" default="10000"
           convert="invert"/>
 
+  <number id="duration" type="slider" arg="-duration %"
+          _label="Duration" _low-label="10 seconds" _high-label="10 minutes"
+          low="10" high="600" default="120"/>
+
   <boolean id="lenses" _label="Lenses" arg-set="-lenses"/>
 
   <hgroup>
 
   <hgroup>
    <number id="lensoffsetx" type="spinbutton" arg="-lensoffsetx %"
-           _label="Lens Offset" low="1" high="100" default="1"/>
+           _label="Lens Offset" low="1" high="100" default="5"/>
    <number id="lensoffsety" type="spinbutton" arg="-lensoffsety %"
-           _label="x" low="1" high="100" default="1"/>
+           _label="x" low="1" high="100" default="5"/>
   </hgroup>
 
+  <xscreensaver-image />
+
   <_description>
 Zooms in on a part of the screen and then moves around.  With the
--lenses option the result is like looking through many overlapping
-lenses rather than just a simple zoom.  Written by James Macnicol.
+"Lenses" option, the result is like looking through many overlapping
+lenses rather than just a simple zoom.
+
+Written by James Macnicol; 2001.
   </_description>
 </screensaver>