d8bfd441487b0acaef29037cc2de310a81ee24d9
[xscreensaver] / hacks / config / fireworkx.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="fireworkx" _label="Fireworkx">
4
5   <command arg="-root"/>
6
7   <number id="Delay" type="slider" arg="-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="10000"
10           convert="invert"/>
11
12   <number id="maxlife" type="slider" arg="-maxlife %"
13           _label="Activity" _low-label="Dense" _high-label="Sparse"
14           low="0" high="100" default="32"/>
15
16   <boolean id="flash" _label="Light flash" arg-unset="-no-flash"/>
17   <boolean id="shoot" _label="Shells upward" arg-set="-shoot"/>
18   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
19
20   <_description>
21 Exploding fireworks.  See also the "Eruption", "XFlame" and "Pyro"
22 screen savers.
23
24 Written by Rony B Chandran; 2004.
25   </_description>
26 </screensaver>