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 / blinkbox.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-02-07  |  910 b   |  29 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="blinkbox" _label="BlinkBox">
  4.  
  5.   <command arg="-root"/>
  6.  
  7.   <number id="delay" type="slider" arg="-delay %"
  8.           _label="Speed" _low-label="Fast" _high-label="Slow"
  9.           low="0" high="50000" default="30000"/>
  10.  
  11.   <number id="boxsize" type="spinbutton" arg="-boxsize %"
  12.           _label="Box Size" low="1" high="8" default="2"/>
  13.  
  14.   <hgroup>
  15.    <boolean id="fade"      _label="Fade"        arg-unset="-no-fade"/>
  16.    <boolean id="blur"      _label="Motion Blur" arg-unset="-no-blur"/>
  17.   </hgroup>
  18.   <hgroup>
  19.    <boolean id="dissolve"  _label="Dissolve"    arg-set="-dissolve"/>
  20.    <boolean id="wire"      _label="Wireframe"   arg-set="-wireframe"/>
  21.   </hgroup>
  22.  
  23.   <_description>
  24. Shows a ball contained inside of a bounding box.
  25. Colored blocks blink in when the ball hits the edges.
  26. Written by Jeremy English.
  27.   </_description>
  28. </screensaver>
  29.