From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / rd-bomb.xml
index be8e3de3ec58cc4541b9ccf08fe627ee2601e317..c8a656d5a09ecfd5c4ebdfa44c2da34743583822 100644 (file)
@@ -4,6 +4,8 @@
 
   <command arg="-root"/>
 
+  <video href="https://www.youtube.com/watch?v=xiooDyrZSsY"/>
+
   <hgroup>
    <vgroup>
     <number id="delay" type="slider" arg="-delay %"
     <number id="ncolors" type="slider" arg="-ncolors %"
               _label="Number of colors" _low-label="Two" _high-label="Many"
               low="1" high="255" default="255"/>
+
+    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+    <xscreensaver-updater />
+
    </vgroup>
   </hgroup>
 
 
    </vgroup>
 
-  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
-
   </hgroup>
 
   <_description>
-Draws a grid of growing square-like shapes that, once they overtake
-each other, react in unpredictable ways.  "RD" stands for
-reaction-diffusion.
+Reaction-diffusion: draws a grid of growing square-like shapes that,
+once they overtake each other, react in unpredictable ways.
 
 Written by Scott Draves; 1997.
   </_description>