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 / cyclone.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-03-09  |  1.3 KB  |  39 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="cyclone" _label="Cyclone">
  4.  
  5.   <command arg="-r"/>
  6.  
  7.   <number id="01" type="spinbutton" arg="-c %"
  8.           _label="Cyclones" low="1" high="10" default="1"/>
  9.  
  10.   <number id="02" type="spinbutton" arg="-p %"
  11.           _label="Particles per cyclone" low="1" high="10000" default="200"/>
  12.  
  13.  
  14.   <number id="03" type="slider" arg="-i %"
  15.           _label="Particle size" _low-label="Smaller" _high-label="Larger"
  16.           low="1" high="100" default="7"/>
  17.  
  18.   <number id="04" type="slider" arg="-C %"
  19.           _label="Cyclone complexity" _low-label="Less" _high-label="More"
  20.           low="1" high="10" default="3"/>
  21.  
  22.   <number id="05" type="slider" arg="-e %"
  23.           _label="Speed" _low-label="Slower" _high-label="Faster"
  24.           low="1" high="100" default="10"/>
  25.  
  26.   <boolean id="06" _label="Stretch" arg-unset="-S"/>
  27.   <boolean id="07" _label="Show Curves" arg-set="-v"/>
  28.  
  29.   <boolean id="08" _label="Run 'nice'" arg-set="-n"/>
  30.  
  31.   <_description>
  32. Another one of the nice GL screensavers from the ReallySlick ScreenSavers package
  33. written by Terry Walsh - <http://reallyslick.demonews.com>.
  34.  
  35. Ported to Linux by Tugrul Galatali - <http://rss-glx.sourceforge.net/Source/>.
  36. Config Files by Curtis Haas.
  37.   </_description>
  38. </screensaver>
  39.