http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.06.tar.gz
[xscreensaver] / hacks / config / slidescreen.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="slidescreen" _label="SlideScreen">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="80000" default="50000"
10           convert="invert"/>
11
12  <number id="delay2" type="slider" arg="-delay2 %"
13          _label="Pause" _low-label="Short" _high-label="Long"
14          low="0" high="2000000" default="1000000"/>
15
16   <number id="duration" type="slider" arg="-duration %"
17           _label="Duration" _low-label="10 seconds" _high-label="10 minutes"
18           low="10" high="600" default="120"/>
19
20   <number id="increment" type="slider" arg="-increment %"
21           _label="Slide Speed" _low-label="Slow" _high-label="Fast"
22           low="1" high="30" default="10"/>
23
24  <number id="grid-size" type="slider" arg="-grid-size %"
25          _label="Cell Size" _low-label="Small" _high-label="Large" 
26          low="12" high="500" default="70"/>
27
28  <number id="ibw" type="spinbutton" arg="-ibw %"
29          _label="Gutter Size" low="0" high="50" default="4"/>
30
31   <xscreensaver-image />
32
33   <_description>
34 This takes an image, divides it into a grid, and then randomly shuffles
35 the squares around as if it was one of those annoying "16-puzzle"
36 games, where there is a grid of squares, one of which is missing.
37 I hate trying to solve those puzzles, but watching one permute itself
38 is more amusing.
39
40 Written by Jamie Zawinski; 1994.
41   </_description>
42 </screensaver>