From http://www.jwz.org/xscreensaver/xscreensaver-5.35.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   <video href="https://www.youtube.com/watch?v=99Aweq7Nypc"/>
8
9   <number id="delay" type="slider" arg="-delay %"
10           _label="Frame rate" _low-label="Low" _high-label="High"
11           low="0" high="100000" default="25000"
12           convert="invert"/>
13
14   <number id="subdivision" type="spinbutton" arg="-subdivision %"
15           _label="Subdivision"
16           low="1" high="64" default="5"/>
17
18   <number id="border" type="spinbutton" arg="-border %"
19           _label="Border"
20           low="0" high="5" default="1"/>
21
22   <number id="ncolors" type="spinbutton" arg="-ncolors %"
23             _label="Number of colors" low="1" high="512" default="128"/>
24
25   <hgroup>
26    <select id="bg">
27     <option id="lred"     _label="Light red"     arg-set="-bg #FF0000"/>
28     <option id="lyellow"  _label="Light yellow"  arg-set="-bg #FFFF00"/>
29     <option id="lgreen"   _label="Light green"   arg-set="-bg #00FF00"/>
30     <option id="lcyan"    _label="Light cyan"    arg-set="-bg #00FFFF"/>
31     <option id="lblue"    _label="Light blue"/>
32     <option id="lmagenta" _label="Light magenta" arg-set="-bg #FF00FF"/>
33    </select>
34
35    <select id="fg">
36     <option id="dred"     _label="Dark red"     arg-set="-fg #8C0000"/>
37     <option id="dyellow"  _label="Dark yellow"  arg-set="-fg #8C8C00"/>
38     <option id="dgreen"   _label="Dark green"   arg-set="-fg #008C00"/>
39     <option id="dcyan"    _label="Dark cyan"    arg-set="-fg #008C8C"/>
40     <option id="dblue"    _label="Dark blue"/>
41     <option id="dmagenta" _label="Dark magenta" arg-set="-fg #8C008C"/>
42    </select>
43   </hgroup>
44
45   <boolean id="twitch" _label="Twitch" arg-set="-twitch"/>
46
47   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
48
49   <xscreensaver-updater />
50
51   <_description>
52 A pop-art-ish looking grid of pulsing colors.
53
54 Written by Levi Burton; 2003.
55   </_description>
56 </screensaver>