home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / xscreensaver / config / slidescreen.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-02-07  |  1.1 KB  |  33 lines

  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.   <!-- #### -delay2 [1000000] -->
  13.  
  14.   <number id="increment" type="slider" arg="-increment %"
  15.           _label="Slide Speed" _low-label="Slow" _high-label="Fast"
  16.           low="1" high="30" default="10"
  17.           convert="invert"/>
  18.  
  19.  <number id="grid-size" type="spinbutton" arg="-grid-size %"
  20.          _label="Grid Size" low="2" high="500" default="70"/>
  21.  
  22.  <number id="ibw" type="spinbutton" arg="-ibw %"
  23.          _label="Border Width" low="0" high="50" default="4"/>
  24.  
  25.   <_description>
  26. This takes an image, divides it into a grid, and then randomly shuffles
  27. the squares around as if it was one of those annoying ``16-puzzle''
  28. games, where there is a grid of squares, one of which is missing.
  29. I hate trying to solve those puzzles, but watching one permute itself
  30. is more amusing.  Written by Jamie Zawinski.
  31.   </_description>
  32. </screensaver>
  33.