From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / fireworkx.xml
index b99e9a13a8209c6bdf46af38a3a809bd91d06750..55af1fbe401037dcad685a283f2735092135d39a 100644 (file)
@@ -5,19 +5,24 @@
   <command arg="-root"/>
 
   <number id="Delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="50000" default="10000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="10000"
           convert="invert"/>
 
   <number id="maxlife" type="slider" arg="-maxlife %"
           _label="Activity" _low-label="Dense" _high-label="Sparse"
-          low="250" high="5000" default="1200"/>
+          low="0" high="100" default="32"/>
 
-  <boolean id="light" _label="Light effect" arg-unset="-nolight"/>
-  <boolean id="fade"  _label="Fast Fade (more realistic)" arg-set="-fade"/>
-  <boolean id="shoot" _label="Shoot" arg-set="-shoot"/>
+  <boolean id="flash" _label="Light flash" arg-unset="-no-flash"/>
+  <boolean id="shoot" _label="Shells upward" arg-set="-shoot"/>
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+  <xscreensaver-updater />
 
   <_description>
-Pyrotechnics simulation eye-candy. Written by Rony B. Chandran.
+Exploding fireworks.  See also the "Eruption", "XFlame" and "Pyro"
+screen savers.
+
+Written by Rony B Chandran; 2004.
   </_description>
 </screensaver>