summaryrefslogtreecommitdiffstats
path: root/hacks/config/mismunch.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/mismunch.xml')
-rw-r--r--hacks/config/mismunch.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/hacks/config/mismunch.xml b/hacks/config/mismunch.xml
new file mode 100644
index 0000000..02a258f
--- /dev/null
+++ b/hacks/config/mismunch.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="mismunch" _label="Mismunch">
+
+ <command arg="-root"/>
+
+ <video href="https://www.youtube.com/watch?v=aXNIYpdh8Ug"/>
+
+ <number id="delay" type="slider" arg="-delay %"
+ _label="Frame rate" _low-label="Low" _high-label="High"
+ low="0" high="100000" default="10000"
+ convert="invert"/>
+
+ <number id="duration" type="slider" arg="-clear %"
+ _label="Duration" _low-label="Short" _high-label="Long"
+ low="1" high="200" default="65"/>
+
+ <number id="simultaneous" type="slider" arg="-simul %"
+ _label="Simultaneous squares" _low-label="One" _high-label="Many"
+ low="1" high="20" default="5"/>
+
+ <select id="mode">
+ <option id="xor" _label="XOR"/>
+ <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. 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>
+</screensaver>