http://ftp.nluug.nl/pub/os/Linux/distr/pardusrepo/sources/xscreensaver-5.02.tar.gz
[xscreensaver] / hacks / config / rdbomb.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="rd-bomb" _label="RD-Bomb">
4
5   <command arg="-root"/>
6
7   <number id="size" type="slider" arg="-size %"
8            _label="Fill Screen" _low-label="1%" _high-label="100%"
9            low="0.01" high="1.0" default="1.0"/>
10
11   <number id="delay" type="slider" arg="-delay %"
12           _label="Animation Speed" _low-label="Slow" _high-label="Fast"
13           low="0" high="250000" default="20000"
14           convert="invert"/>
15
16   <number id="speed" type="slider" arg="-speed %"
17            _label="Wander Speed" _low-label="Slow" _high-label="Fast"
18            low="0.0" high="10.0" default="0.0"/>
19
20   <hgroup>
21    <!-- #### defaults are wrong -->
22    <number id="width" type="spinbutton" arg="-width %"
23            _label="Tile Size" low="10" high="100" default="64"/>
24    <number id="pixheight" type="spinbutton" arg="-height %"
25            _label="x" low="10" high="100" default="64"/>
26   </hgroup>
27
28   <hgroup>
29    <number id="reaction" type="spinbutton" arg="-reaction %"
30            _label="Reaction/Diffusion" low="-1" high="2" default="-1"/>
31    <number id="diffusion" type="spinbutton" arg="-diffusion %"
32            _label="/" low="-1" high="2" default="-1"/>
33   </hgroup>
34
35   <!-- #### default is wrong -->
36   <number id="radius" type="spinbutton" arg="-radius %"
37           _label="Seed Radius" low="1" high="60" default="15"/>
38
39   <number id="epoch" type="slider" arg="-epoch %"
40            _label="Epoch" _low-label="Small" _high-label="Large"
41            low="1000" high="300000" default="40000"/>
42
43   <number id="ncolors" type="slider" arg="-ncolors %"
44             _label="Number of Colors" _low-label="Two" _high-label="Many"
45             low="1" high="300" default="255"/>
46
47 <!--  <boolean id="shm" _label="Use Shared Memory" arg-unset="-no-shm"/> -->
48
49   <_description>
50 Draws a grid of growing square-like shapes that, once they overtake
51 each other, react in unpredictable ways.  "RD" stands for
52 reaction-diffusion.
53
54 Written by Scott Draves.
55   </_description>
56 </screensaver>