dd47c0fee14bbd95771f0e51f2cfd2cd729dc201
[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   <number id="delay" type="slider" arg="-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="10000"
10           convert="invert"/>
11
12   <number id="duration" type="slider" arg="-clear %"
13           _label="Duration" _low-label="Short" _high-label="Long"
14           low="1" high="200" default="65"/>
15
16   <number id="simultaneous" type="slider" arg="-simul %"
17           _label="Simultaneous squares" _low-label="One" _high-label="Many"
18           low="1" high="20" default="5"/>
19
20   <select id="mode">
21     <option id="xor"   _label="XOR"/>
22     <option id="solid" _label="Solid" arg-set="-no-xor"/>
23   </select>
24
25   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
26
27   <_description>
28 This screen saver was removed from the XScreenSaver distribution as of
29 version 5.08.  It was merged with the "Munch" screen saver.
30
31 Munching errors!  This is a creatively broken misimplementation of the
32 classic munching squares graphics hack.  See the "Munch" screen saver
33 for the original.
34
35 http://en.wikipedia.org/wiki/HAKMEM
36 http://en.wikipedia.org/wiki/Munching_square
37
38 Written by Steven Hazel; 2004.
39   </_description>
40 </screensaver>