http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.06.tar.gz
[xscreensaver] / hacks / config / distort.xml
index 493b0e8a91284352efdf427ba8422f9a47fc2cfe..c0af41d8b00c72c4d0d83e1f9745929cff5f16fe 100644 (file)
@@ -9,6 +9,10 @@
           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>