1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="popsquares" _label="popsquares">
7 <number id="delay" type="slider" arg="-delay %"
8 _label="Speed" _low-label="Slow" _high-label="Fast"
9 low="0" high="30000" default="25000"
12 <number id="subdivision" type="spinbutton" arg="-subdivision %"
14 low="1" high="64" default="5"/>
16 <number id="border" type="spinbutton" arg="-border %"
18 low="0" high="5" default="1"/>
20 <number id="ncolors" type="spinbutton" arg="-ncolors %"
21 _label="Number of Colors" low="1" high="512" default="128"/>
23 <string id="string" _label="Start color" arg="-fg %"/>
24 <string id="string" _label="End color" arg="-bg %"/>
26 <boolean id="twitch" _label="Twitch" arg-set="-twitch"/>
29 This draws a pop-art-ish looking grid of pulsing colors. By Levi Burton.