From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[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   <video href="https://www.youtube.com/watch?v=eWrRhSYzimY"/>
8
9   <number id="points" type="slider" arg="-points %"
10           _label="Particles" _low-label="Few" _high-label="Many"
11           low="10" high="1000" default="400"/>
12
13   <number id="tails" type="slider" arg="-tails %"
14           _label="Trail size" _low-label="Short" _high-label="Long"
15           low="1" high="50" default="8"/>
16
17   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
18
19   <xscreensaver-updater />
20
21   <_description>
22 Floating stars are acted upon by a mixture of simple 2D
23 force  fields.  The strength of each force field changes
24 continuously, and it is also switched on and off at random.
25
26 Written by Paul 'Joey' Clark; 2001.
27   </_description>
28 </screensaver>