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 / solarwinds.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-03-09  |  2.5 KB  |  65 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="solarwinds" _label="Solarwinds">
  4.  
  5.   <command arg="-r"/>
  6.  
  7.   <number id="02" type="spinbutton" arg="-w %"
  8.           _label="Winds" low="1" high="10" default="1"/>
  9.  
  10.   <number id="03" type="spinbutton" arg="-e %"
  11.           _label="Emitters per wind" low="1" high="1000" default="30"/>
  12.  
  13.   <number id="04" type="spinbutton" arg="-p %"
  14.           _label="Particles per wind" low="0" high="10000" default="2000"/>
  15.  
  16.   <select id="05">
  17.     <option id="05A" _label="Geometry - Default"/>
  18.     <option id="05B" _label="Geometry - Lights" arg-set="-g 0"/>
  19.     <option id="05C" _label="Geometry - Points" arg-set="-g 1"/>
  20.     <option id="05D" _label="Geometry - Lines" arg-set="-g 2"/>
  21.   </select>
  22.  
  23.   <number id="06" type="slider" arg="-s %"
  24.           _label="Particle size" _low-label="Smaller" _high-label="Larger"
  25.           low="0" high="100" default="50"/>
  26.  
  27.   <number id="07" type="slider" arg="-P %"
  28.           _label="Particle speed" _low-label="Slower" _high-label="Faster"
  29.           low="1" high="100" default="10"/>
  30.  
  31.   <number id="08" type="slider" arg="-E %"
  32.           _label="Emitter speed" _low-label="Slower" _high-label="Faster"
  33.           low="1" high="100" default="15"/>
  34.  
  35.   <number id="09" type="slider" arg="-W %"
  36.           _label="Wind speed" _low-label="Slower" _high-label="Faster"
  37.           low="1" high="100" default="20"/>
  38.  
  39.   <number id="10" type="slider" arg="-b %"
  40.           _label="Motion blur" _low-label="Less" _high-label="More"
  41.           low="0" high="100" default="0"/>
  42.  
  43.   <select id="01">
  44.     <option id="01A" _label="Preset - Custom"/>
  45.     <option id="01B" _label="Preset - Regular" arg-set="-R 1"/>
  46.     <option id="01C" _label="Preset - Cosmic Strings" arg-set="-R 2"/>
  47.     <option id="01D" _label="Preset - Cold Pricklies" arg-set="-R 3"/>
  48.     <option id="01E" _label="Preset - Space Fur" arg-set="-R 4"/>
  49.     <option id="01F" _label="Preset - Jiggly" arg-set="-R 5"/>
  50.     <option id="01G" _label="Preset - Undertow" arg-set="-R 6"/>
  51.   </select>
  52.  
  53.   <boolean id="11" _label="Run 'nice'" arg-set="-n"/>
  54.  
  55.   <_description>
  56. Another one of the nice GL screensavers from the ReallySlick ScreenSavers package
  57. written by Terry Walsh - <http://reallyslick.demonews.com>.
  58.  
  59. Ported to Linux by Tugrul Galatali - <http://rss-glx.sourceforge.net/>.
  60. Config Files by Curtis Haas.
  61.  
  62. Note: Presets override all other settings. If you wish to customize the other options, make sure the preset option is set to "Preset - Custom".
  63.   </_description>
  64. </screensaver>
  65.