From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / mismunch.xml
index 7d5a19c00baa92fa542060f05e862771c2107569..02a258f4694a04fc9ad2608bd859b0afba03c31b 100644 (file)
@@ -4,9 +4,11 @@
 
   <command arg="-root"/>
 
+  <video href="https://www.youtube.com/watch?v=aXNIYpdh8Ug"/>
+
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="25000" default="2500"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="10000"
           convert="invert"/>
 
   <number id="duration" type="slider" arg="-clear %"
@@ -14,7 +16,7 @@
           low="1" high="200" default="65"/>
 
   <number id="simultaneous" type="slider" arg="-simul %"
-          _label="Simultaneous Squares" _low-label="One" _high-label="Many"
+          _label="Simultaneous squares" _low-label="One" _high-label="Many"
           low="1" high="20" default="5"/>
 
   <select id="mode">
     <option id="solid" _label="Solid" arg-set="-no-xor"/>
   </select>
 
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+  <xscreensaver-updater />
+
   <_description>
+This screen saver was removed from the XScreenSaver distribution as of
+version 5.08.  It was merged with the "Munch" screen saver.
+
 Munching errors!  This is a creatively broken misimplementation of the
-classic munching squares graphics hack.
+classic munching squares graphics hack.  See the "Munch" screen saver
+for the original.
+
+https://en.wikipedia.org/wiki/HAKMEM
+https://en.wikipedia.org/wiki/Munching_square
 
 Written by Steven Hazel; 2004.
   </_description>