home *** CD-ROM | disk | FTP | other *** search
/ tusportal.tus.k12.pa.us / tusportal.tus.k12.pa.us.tar / tusportal.tus.k12.pa.us / Wyse / latest-image.raw / 0.img / etc / xscreensaver / abstractile.xml next >
Extensible Markup Language  |  2010-05-11  |  1KB  |  33 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="abstractile" _label="Abstractile">
  4.  
  5.   <command arg="-root"/>
  6.  
  7.   <number id="speed" type="slider" arg="-speed %"
  8.           _label="Speed" _low-label="Slow" _high-label="Fast"
  9.           low="0" high="5" default="3"/>
  10.  
  11.   <number id="sleep" type="slider" arg="-sleep %"
  12.             _label="Linger" _low-label="0 seconds" _high-label="60 seconds"
  13.             low="0" high="60" default="3"/>
  14.  
  15.   <select id="tile">
  16.     <option id="random" _label="Random tile layout"/>
  17.     <option id="random" _label="Flat tiles"    arg-set="-tile flat"/>
  18.     <option id="random" _label="Thin tiles"    arg-set="-tile thin"/>
  19.     <option id="random" _label="Outline tiles" arg-set="-tile outline"/>
  20.     <option id="random" _label="Block tiles"   arg-set="-tile block"/>
  21.     <option id="random" _label="Neon tiles"    arg-set="-tile neon"/>
  22.     <option id="random" _label="Tiled tiles"   arg-set="-tile tiled"/>
  23.   </select>
  24.  
  25.   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
  26.  
  27.   <_description>
  28. Generates mosaic patterns of interlocking tiles.  
  29.  
  30. Written by Steve Sundstrom; 2004.
  31.   </_description>
  32. </screensaver>
  33.