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 / lisa.xml < prev    next >
Extensible Markup Language  |  2010-05-11  |  1KB  |  38 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="lisa" _label="Lisa">
  4.  
  5.   <command arg="-root"/>
  6.  
  7.   <number id="delay" type="slider" arg="-delay %"
  8.           _label="Frame rate" _low-label="Low" _high-label="High"
  9.           low="0" high="50000" default="17000"
  10.           convert="invert"/>
  11.  
  12.   <number id="cycles" type="slider" arg="-cycles %"
  13.            _label="Steps" _low-label="Few" _high-label="Many"
  14.           low="1" high="1000" default="768"/>
  15.  
  16.   <number id="ncolors" type="slider" arg="-ncolors %"
  17.             _label="Number of colors" _low-label="Two" _high-label="Many"
  18.             low="1" high="255" default="64"/>
  19.  
  20.   <number id="size" type="slider" arg="-size %"
  21.             _label="Size" _low-label="Small" _high-label="Large"
  22.             low="10" high="500" default="500"/>
  23.  
  24.   <number id="count" type="slider" arg="-count %"
  25.           _label="Count" _low-label="1" _high-label="20"
  26.            low="0" high="20" default="1"/>
  27.  
  28.   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
  29.  
  30.   <_description>
  31. Lissajous loops.
  32.  
  33. http://en.wikipedia.org/wiki/Lissajous_curve
  34.  
  35. Written by Caleb Cullen; 1997.
  36.   </_description>
  37. </screensaver>
  38.