began for maemo
[xscreensaver] / xscreensaver / hacks / config / popsquares.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="popsquares" _label="popsquares">
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="30000" default="25000"
10           convert="invert"/>
11
12   <number id="subdivision" type="spinbutton" arg="-subdivision %"
13           _label="Subdivision"
14           low="1" high="64" default="5"/>
15
16   <number id="border" type="spinbutton" arg="-border %"
17           _label="Border"
18           low="0" high="5" default="1"/>
19
20   <number id="ncolors" type="spinbutton" arg="-ncolors %"
21             _label="Number of Colors" low="1" high="512" default="128"/>
22
23   <string id="fg" _label="Start color" arg="-fg %"/>
24   <string id="bg" _label="End color" arg="-bg %"/>
25
26   <boolean id="twitch" _label="Twitch" arg-set="-twitch"/>
27
28   <_description>
29 This draws a pop-art-ish looking grid of pulsing colors.
30
31 Written by Levi Burton; 2003.
32   </_description>
33 </screensaver>