began for maemo
[xscreensaver] / 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="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="25000" default="2500"
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   <_description>
26 Munching errors!  This is a creatively broken misimplementation of the
27 classic munching squares graphics hack.
28
29 Written by Steven Hazel; 2004.
30   </_description>
31 </screensaver>