9c7c2db04003a60b5157c800806ed6e86a331e08
[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="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="100000" default="20000"
10           convert="invert"/>
11
12   <number id="maxlife" type="slider" arg="-maxlife %"
13           _label="Activity" _low-label="Dense" _high-label="Sparse"
14           low="250" high="5000" default="2000"/>
15
16   <boolean id="flash" _label="Light Flash" arg-unset="-no-flash"/>
17   <boolean id="glow"  _label="Self Glowing Smoke!" arg-unset="-no-glow"/>
18   <boolean id="shoot" _label="Shoot the Shells Up" arg-set="-shoot"/>
19
20   <_description>
21 Exploding fireworks.
22
23 Written by Rony B Chandran; 2004.
24   </_description>
25 </screensaver>