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 / fuzzyflakes.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-02-07  |  1.5 KB  |  37 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="fuzzyflakes" _label="FuzzyFlakes">
  4.  
  5.   <command arg="-root"/>
  6.  
  7.   <string id="color" _label="Color" arg="-color %"/>
  8.  
  9.   <number id="arms" type="slider" arg="-arms %"
  10.           _label="Arms" _low-label="Few" _high-label="Many"
  11.           low="1" high="10" default="5"/>
  12.   <number id="thickness" type="slider" arg="-thickness %"
  13.           _label="Thickness" _low-label="Thin" _high-label="Thick"
  14.           low="1" high="50" default="10"/>
  15.   <number id="bthickness" type="slider" arg="-bthickness %"
  16.           _label="Border Thickness" _low-label="Thin" _high-label="Thick"
  17.           low="0" high="50" default="3"/>
  18.   <number id="radius" type="slider" arg="-radius %"
  19.           _label="Radius" _low-label="Small" _high-label="Large"
  20.           low="1" high="100" default="20"/>
  21.   <number id="layers" type="slider" arg="-layers %"
  22.           _label="Layers" _low-label="Few" _high-label="Many"
  23.           low="1" high="10" default="3"/>
  24.   <number id="delay" type="slider" arg="-delay %"
  25.           _label="Delay" _low-label="Slow" _high-label="Fast"
  26.           low="0" high="250000" default="10000"/>
  27.   <number id="speed" type="slider" arg="-speed %"
  28.           _label="Speed" _low-label="Slow" _high-label="Fast"
  29.           low="1" high="50" default="10"/>
  30.   <boolean id="db" _label="Double Buffer" arg-unset="-no-db"/>
  31.   <boolean id="rc" _label="Random Colors" arg-set="-random-colors"/>
  32.   <_description>
  33. Falling colored snowflake/flower shapes.
  34. Written by Barry Dmytro.
  35.   </_description>
  36. </screensaver>
  37.