http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.06.tar.gz
[xscreensaver] / hacks / config / distort.xml
index e4e96ce8ba2157f258e48b8c6283a9f2278991d8..c0af41d8b00c72c4d0d83e1f9745929cff5f16fe 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="200000" default="1000"
+          low="0" high="200000" default="20000"
           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"/>
+
   <!-- #### -speed [0] -->
   <!-- #### -slow -->
 
@@ -21,8 +25,8 @@
 
   <select id="effect">
    <option id="normal" _label="Normal"/>
-   <option id="swamp"  _label="Swamp Thing" arg-set="-swamp"/>
-   <option id="bounce" _label="Bounce"      arg-set="-bounce"/>
+   <option id="swamp"  _label="Swamp Thing" arg-set="-effect swamp"/>
+   <option id="bounce" _label="Bounce"      arg-set="-effect bounce"/>
   </select>
 
   <hgroup>
     <boolean id="vortex" _label="Vortex"        arg-set="-vortex"/>
    </vgroup>
   </hgroup>
-  <boolean id="shm" _label="Use Shared Memory" arg-unset="-no-shm"/>
+
+  <xscreensaver-image />
 
   <_description>
-This hack grabs an image of the screen, and then lets a transparent
+Grabs an image of the screen, and then lets a transparent
 lens wander around the screen, magnifying whatever is underneath.
-Written by Jonas Munsin.
+
+Written by Jonas Munsin; 1998.
   </_description>
 </screensaver>