From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / fireworkx.xml
index 9c7c2db04003a60b5157c800806ed6e86a331e08..55af1fbe401037dcad685a283f2735092135d39a 100644 (file)
@@ -5,20 +5,23 @@
   <command arg="-root"/>
 
   <number id="Delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="100000" default="20000"
+          _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="2000"/>
+          low="0" high="100" default="32"/>
 
-  <boolean id="flash" _label="Light Flash" arg-unset="-no-flash"/>
-  <boolean id="glow"  _label="Self Glowing Smoke!" arg-unset="-no-glow"/>
-  <boolean id="shoot" _label="Shoot the Shells Up" 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>
-Exploding fireworks.
+Exploding fireworks.  See also the "Eruption", "XFlame" and "Pyro"
+screen savers.
 
 Written by Rony B Chandran; 2004.
   </_description>