http://ftp.ussg.iu.edu/linux/slackware/slackware-9.0/source/xap/xscreensaver/xscreens...
[xscreensaver] / hacks / config / piecewise.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="piecewise" _label="Piecewise">
4
5   <command arg="-root"/>
6
7   <number id="speed" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="20000" default="5000"
10           convert="invert"/>
11
12   <number id="count" type="spinbutton" arg="-count %"
13           _label="Count" low="4" high="100" default="32"/>
14
15   <number id="colorspeed" type="slider" arg="-colorspeed %"
16           _label="Color shifting speed" _low-label="Slow" _high-label="Fast"
17           low="0" high="100" default="10"/>
18
19   <number id="minradius" type="slider" arg="-minradius %"
20           _label="Minimum radius" _low-label="Small" _high-label="Large"
21           low="0.01" high="0.5" default="0.05"/>
22
23   <number id="maxradius" type="slider" arg="-maxradius %"
24           _label="Maximum radius" _low-label="Small" _high-label="Large"
25           low="0.01" high="0.5" default="0.2"/>
26
27   <boolean id="db" _label="Double Buffer" arg-unset="-no-db"/>
28
29   <_description>
30 This draws a bunch of moving circles which switch from visibility to
31 invisibility at intersection points.  Written by Geoffrey Irving.
32   </_description>
33 </screensaver>