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 / biof.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-03-09  |  1.1 KB  |  32 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="biof" _label="BioF">
  4.  
  5.   <command arg="-r"/>
  6.  
  7.   <select id="01">
  8.     <option id="01A" _label="Preset - Random"/>
  9.     <option id="01B" _label="Preset - Triangles" arg-set="-p 1"/>
  10.     <option id="01C" _label="Preset - Spheres" arg-set="-p 2"/>
  11.     <option id="01D" _label="Preset - Big Spheres" arg-set="-p 3"/>
  12.     <option id="01E" _label="Preset - Points" arg-set="-p 4"/>
  13.     <option id="01F" _label="Preset - Lightmap" arg-set="-p 5"/>
  14.   </select>
  15.  
  16.   <number id="02" type="spinbutton" arg="-l %"
  17.           _label="Number of lines" low="1" high="1024" default="16"/>
  18.  
  19.   <number id="03" type="spinbutton" arg="-p %"
  20.           _label="Number of points per line" low="1" high="4096" default="32"/>
  21.  
  22.   <boolean id="04" _label="Draw offangle" arg-set="-o"/>
  23.  
  24.   <boolean id="05" _label="Run 'nice'" arg-set="-n"/>
  25.  
  26.   <_description>
  27. This is an attempt to recreate some of the work of William Latham. Take a look at the program 'organic art' at this site (http://www.artworks.co.uk).
  28.  
  29. Ported to Linux by Tugrul Galatali - <http://rss-glx.sourceforge.net/>.
  30.   </_description>
  31. </screensaver>
  32.