3cf4782900b32d0c75481cccc0031929dea1fd10
[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   <hgroup>
8    <vgroup>
9     <number id="delay" type="slider" arg="-delay %"
10             _label="Frame rate" _low-label="Low" _high-label="High"
11             low="0" high="100000" default="10000"
12             convert="invert"/>
13
14     <number id="count" type="slider" arg="-count %"
15             _label="Count" _low-label="Few" _high-label="Many"
16             low="4" high="100" default="32"/>
17
18     <number id="colorspeed" type="slider" arg="-colorspeed %"
19             _label="Color shift" _low-label="Slow" _high-label="Fast"
20             low="0" high="100" default="10"/>
21    </vgroup>
22    <vgroup>
23
24     <number id="minradius" type="slider" arg="-minradius %"
25             _label="Minimum radius" _low-label="Small" _high-label="Large"
26             low="0.01" high="0.5" default="0.05"/>
27
28     <number id="maxradius" type="slider" arg="-maxradius %"
29             _label="Maximum radius" _low-label="Small" _high-label="Large"
30             low="0.01" high="0.5" default="0.2"/>
31    </vgroup>
32   </hgroup>
33
34   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
35
36   <_description>
37 This draws a bunch of moving circles which switch from visibility to
38 invisibility at intersection points.
39
40 Written by Geoffrey Irving; 2003.
41   </_description>
42 </screensaver>