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 / ripples.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-02-07  |  1.5 KB  |  47 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="ripples" _label="Ripples">
  4.  
  5.   <command arg="-root"/>
  6.  
  7.   <!-- #### -box [0] -->
  8.  
  9.   <number id="delay" type="slider" arg="-delay %"
  10.           _low-label="Slow" _high-label="Fast"
  11.           low="0" high="80000" default="50000"
  12.           convert="invert"/>
  13.  
  14.   <number id="rate" type="slider" arg="-rate %"
  15.           _low-label="Drizzle" _high-label="Storm"
  16.           low="1" high="100" default="5"
  17.           convert="invert"/>
  18.  
  19.   <number id="fluidity" type="slider" arg="-fluidity %"
  20.           _low-label="Small Drops" _high-label="Big Drops"
  21.           low="0" high="16" default="6"
  22.           convert="invert"/>
  23.  
  24.   <number id="light" type="spinbutton" arg="-light %"
  25.           _label="Lighting Effect" low="0" high="8" default="0"/>
  26.  
  27.   <boolean id="grab" _label="Grab Screen Image" arg-set="-water"/>
  28.  
  29.   <boolean id="stir" _label="Moving Splashes" arg-set="-stir"/>
  30.  
  31.   <boolean id="oily" _label="Psychedelic Colors" arg-set="-oily"/>
  32.  
  33.   <boolean id="gray" _label="Grayscale" arg-set="-grayscale"/>
  34.  
  35.   <number id="ncolors" type="slider" arg="-colors %"
  36.             _low-label="Colors    Two" _high-label="Many"
  37.             low="1" high="255" default="200"/>
  38.  
  39.   <boolean id="shm" _label="Use Shared Memory" arg-unset="-no-shm"/>
  40.  
  41.   <_description>
  42. This draws rippling interference patterns like splashing water.
  43. With the -water option, it manipulates your desktop image to look
  44. like something is dripping into it.  Written by Tom Hammersley.
  45.   </_description>
  46. </screensaver>
  47.