From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / mismunch.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="mismunch" _label="Mismunch">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=aXNIYpdh8Ug"/>
8
9   <number id="delay" type="slider" arg="-delay %"
10           _label="Frame rate" _low-label="Low" _high-label="High"
11           low="0" high="100000" default="10000"
12           convert="invert"/>
13
14   <number id="duration" type="slider" arg="-clear %"
15           _label="Duration" _low-label="Short" _high-label="Long"
16           low="1" high="200" default="65"/>
17
18   <number id="simultaneous" type="slider" arg="-simul %"
19           _label="Simultaneous squares" _low-label="One" _high-label="Many"
20           low="1" high="20" default="5"/>
21
22   <select id="mode">
23     <option id="xor"   _label="XOR"/>
24     <option id="solid" _label="Solid" arg-set="-no-xor"/>
25   </select>
26
27   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
28
29   <xscreensaver-updater />
30
31   <_description>
32 This screen saver was removed from the XScreenSaver distribution as of
33 version 5.08.  It was merged with the "Munch" screen saver.
34
35 Munching errors!  This is a creatively broken misimplementation of the
36 classic munching squares graphics hack.  See the "Munch" screen saver
37 for the original.
38
39 https://en.wikipedia.org/wiki/HAKMEM
40 https://en.wikipedia.org/wiki/Munching_square
41
42 Written by Steven Hazel; 2004.
43   </_description>
44 </screensaver>