6c5aec6b5804b31aa5afd863b3e79c36800a4e7f
[xscreensaver] / hacks / config / whirlwindwarp.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="whirlwindwarp" _label="WhirlWindWarp">
4
5   <command arg="-root"/>
6
7   <number id="points" type="slider" arg="-points %"
8           _label="Particles" _low-label="Few" _high-label="Many"
9           low="10" high="1000" default="400"/>
10
11   <number id="tails" type="slider" arg="-tails %"
12           _label="Trail size" _low-label="Short" _high-label="Long"
13           low="1" high="50" default="8"/>
14
15   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
16
17   <_description>
18 Floating stars are acted upon by a mixture of simple 2D
19 force  fields.  The strength of each force field changes
20 continuously, and it is also switched on and off at random.
21
22 Written by Paul 'Joey' Clark; 2001.
23   </_description>
24 </screensaver>