http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / slidescreen.xml
index 39b1db4936a4ddefdbc940a9bb487d3191f0d51c..7ed50121032f0de59d46ad0c9ece67d05abf7c7d 100644 (file)
@@ -9,24 +9,30 @@
           low="0" high="80000" default="50000"
           convert="invert"/>
 
-  <!-- #### -delay2 [1000000] -->
+ <number id="delay2" type="slider" arg="-delay2 %"
+         _label="Pause" _low-label="Short" _high-label="Long"
+         low="0" high="1000000" default="2000000"/>
 
   <number id="increment" type="slider" arg="-increment %"
           _label="Slide Speed" _low-label="Slow" _high-label="Fast"
-          low="1" high="30" default="10"
-          convert="invert"/>
+          low="1" high="30" default="10"/>
 
- <number id="grid-size" type="spinbutton" arg="-grid-size %"
-         _label="Grid Size" low="2" high="500" default="70"/>
+ <number id="grid-size" type="slider" arg="-grid-size %"
+         _label="Cell Size" _low-label="Small" _high-label="Large" 
+         low="12" high="500" default="70"/>
 
  <number id="ibw" type="spinbutton" arg="-ibw %"
-         _label="Border Width" low="0" high="50" default="4"/>
+         _label="Gutter Size" low="0" high="50" default="4"/>
+
+  <xscreensaver-image />
 
   <_description>
 This takes an image, divides it into a grid, and then randomly shuffles
-the squares around as if it was one of those annoying ``16-puzzle''
+the squares around as if it was one of those annoying "16-puzzle"
 games, where there is a grid of squares, one of which is missing.
 I hate trying to solve those puzzles, but watching one permute itself
-is more amusing.  Written by Jamie Zawinski.
+is more amusing.
+
+Written by Jamie Zawinski; 1994.
   </_description>
 </screensaver>