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 / distort.xml < prev    next >
Extensible Markup Language  |  2010-05-11  |  2KB  |  51 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="distort" _label="Distort">
  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="200000" default="20000"
  10.           convert="invert"/>
  11.  
  12.   <number id="duration" type="slider" arg="-duration %"
  13.           _label="Duration" _low-label="10 seconds" _high-label="10 minutes"
  14.           low="10" high="600" default="120"/>
  15.  
  16.   <!-- #### -speed [0] -->
  17.   <!-- #### -slow -->
  18.  
  19.   <number id="radius" type="slider" arg="-radius %"
  20.           _label="Lens size" _low-label="Small" _high-label="Large"
  21.           low="0" high="1000" default="0"/>
  22.  
  23.   <hgroup>
  24.    <number id="count" type="spinbutton" arg="-number %"
  25.            _label="Lens count" low="0" high="10" default="0"/>
  26.  
  27.    <select id="effect">
  28.     <option id="normal" _label="Normal"/>
  29.     <option id="swamp"  _label="Swamp thing" arg-set="-effect swamp"/>
  30.     <option id="bounce" _label="Bounce"      arg-set="-effect bounce"/>
  31.    </select>
  32.   </hgroup>
  33.  
  34.   <hgroup>
  35.    <boolean id="reflect" _label="Reflect"      arg-set="-reflect"/>
  36.    <boolean id="magnify" _label="Magnify"      arg-set="-magnify"/>
  37.    <boolean id="blackhole" _label="Black hole" arg-set="-blackhole"/>
  38.    <boolean id="vortex" _label="Vortex"        arg-set="-vortex"/>
  39.    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
  40.   </hgroup>
  41.  
  42.   <xscreensaver-image />
  43.  
  44.   <_description>
  45. Grabs an image of the screen, and then lets a transparent
  46. lens wander around the screen, magnifying whatever is underneath.
  47.  
  48. Written by Jonas Munsin; 1998.
  49.   </_description>
  50. </screensaver>
  51.