From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[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="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" 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   <hgroup>
24    <select id="bg">
25     <option id="lred"     _label="Light red"     arg-set="-bg #FF0000"/>
26     <option id="lyellow"  _label="Light yellow"  arg-set="-bg #FFFF00"/>
27     <option id="lgreen"   _label="Light green"   arg-set="-bg #00FF00"/>
28     <option id="lcyan"    _label="Light cyan"    arg-set="-bg #00FFFF"/>
29     <option id="lblue"    _label="Light blue"/>
30     <option id="lmagenta" _label="Light magenta" arg-set="-bg #FF00FF"/>
31    </select>
32
33    <select id="fg">
34     <option id="dred"     _label="Dark red"     arg-set="-fg #8C0000"/>
35     <option id="dyellow"  _label="Dark yellow"  arg-set="-fg #8C8C00"/>
36     <option id="dgreen"   _label="Dark green"   arg-set="-fg #008C00"/>
37     <option id="dcyan"    _label="Dark cyan"    arg-set="-fg #008C8C"/>
38     <option id="dblue"    _label="Dark blue"/>
39     <option id="dmagenta" _label="Dark magenta" arg-set="-fg #8C008C"/>
40    </select>
41   </hgroup>
42
43   <boolean id="twitch" _label="Twitch" arg-set="-twitch"/>
44
45   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
46
47   <xscreensaver-updater />
48
49   <_description>
50 This draws a pop-art-ish looking grid of pulsing colors.
51
52 Written by Levi Burton; 2003.
53   </_description>
54 </screensaver>