1<?xml version="1.0" encoding="ISO-8859-1"?>
2
3<screensaver name="flux" _label="Flux">
4
5  <command arg="-r"/>
6
7  <number id="02" type="spinbutton" arg="-f %"
8          _label="Number of flux fields" low="1" high="100" default="1"/>
9
10  <number id="03" type="spinbutton" arg="-p %"
11          _label="Particles per field" low="1" high="1000" default="20"/>
12
13  <number id="04" type="spinbutton" arg="-t %"
14          _label="Trail length of particles" low="3" high="10000" default="40"/>
15
16  <select id="05">
17    <option id="05A" _label="Geometry - Default"/>
18    <option id="05B" _label="Geometry - Points" arg-set="-g 0"/>
19    <option id="05C" _label="Geometry - Spheres" arg-set="-g 1"/>
20    <option id="05D" _label="Geometry - Lights" arg-set="-g 2"/>
21  </select>
22
23  <number id="06" type="slider" arg="-s %"
24          _label="Particle size" _low-label="Smaller" _high-label="Larger"
25          low="1" high="100" default="15"/>
26
27  <number id="07" type="slider" arg="-c %"
28          _label="Sphere complexity" _low-label="Less" _high-label="More"
29          low="0" high="100" default="3"/>
30
31  <number id="08" type="slider" arg="-R %"
32          _label="Frequency of randomization" _low-label="Less" _high-label="More"
33          low="0" high="100" default="0"/>
34
35  <number id="09" type="slider" arg="-e %"
36          _label="Expansion rate" _low-label="Slower" _high-label="Faster"
37          low="0" high="100" default="40"/>
38
39  <number id="10" type="slider" arg="-o %"
40          _label="Rotation rate" _low-label="Slower" _high-label="Faster"
41          low="0" high="100" default="30"/>
42
43  <number id="11" type="slider" arg="-w %"
44          _label="Crosswind speed" _low-label="Slower" _high-label="Faster"
45          low="0" high="100" default="20"/>
46
47  <number id="12" type="slider" arg="-i %"
48          _label="Instability" _low-label="Less" _high-label="More"
49          low="0" high="10" default="20"/>
50
51  <number id="13" type="slider" arg="-b %"
52          _label="Motion blur" _low-label="Less" _high-label="More"
53          low="0" high="100" default="0"/>
54
55  <select id="01">
56    <option id="01A" _label="Preset - Custom"/>
57    <option id="01B" _label="Preset - Regular" arg-set="-P 1"/>
58    <option id="01C" _label="Preset - Hypnotic" arg-set="-P 2"/>
59    <option id="01D" _label="Preset - Insane" arg-set="-P 3"/>
60    <option id="01E" _label="Preset - Sparklers" arg-set="-P 4"/>
61    <option id="01F" _label="Preset - Paradigm" arg-set="-P 5"/>
62    <option id="01G" _label="Preset - Fusion" arg-set="-P 6"/>
63  </select>
64
65  <_description>
66Shooting particles based on strange attractors.
67
68Note: Presets override all other settings. If you wish to customize the other options, make sure the preset option is set to "Preset - Custom".
69
70Written by Terry Welsh &lt;mogumbo at totalmail.com&gt;.
71Ported to Linux by Tugrul Galatali - &lt;http://rss-glx.sourceforge.net/&gt;.
72Config Files by Curtis Haas.
73  </_description>
74</screensaver>
75