From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / boxfit.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="boxfit" _label="BoxFit">
4
5   <command arg="-root"/>
6
7   <hgroup>
8    <vgroup>
9     <number id="delay" type="slider" arg="-delay %"
10             _label="Frame rate" _low-label="Low" _high-label="High"
11             low="0" high="100000" default="20000"
12             convert="invert"/>
13
14     <hgroup>
15      <number id="count" type="spinbutton" arg="-count %"
16              _label="Boxes" low="1" high="1000" default="50"/>
17
18      <number id="growby" type="spinbutton" arg="-growby %"
19              _label="Grow by" low="1" high="10" default="1"/>
20     </hgroup>
21
22     <hgroup>
23      <number id="spacing" type="spinbutton" arg="-spacing %"
24              _label="Spacing" low="1" high="10" default="1"/>
25
26      <number id="border" type="spinbutton" arg="-border %"
27              _label="Border" low="1" high="10" default="1"/>
28     </hgroup>
29
30     <hgroup>
31      <select id="mode">
32        <option id="random"  _label="Boxes or circles"/>
33        <option id="boxes"   _label="Boxes only"   arg-set="-mode squares"/>
34        <option id="circles" _label="Circles only" arg-set="-mode circles"/>
35      </select>
36
37      <select id="mode2">
38        <option id="gradient" _label="Color gradient"/>
39        <option id="image"    _label="Grab images" arg-set="-grab"/>
40      </select>
41     </hgroup>
42    </vgroup>
43
44    <vgroup>
45     <xscreensaver-image />
46
47     <boolean id="peek" _label="Peek at underlying images" arg-set="-peek"/>
48
49     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
50    </vgroup>
51   </hgroup>
52
53   <xscreensaver-updater />
54
55   <_description>
56 Packs the screen with growing squares or circles, colored according to
57 a horizontal or vertical gradient, or according to the colors of a
58 loaded image.  The objects grow until they touch, then stop.  When the
59 screen is full, they shrink away and the process restarts.
60
61 Written by Jamie Zawinski; 2005.
62   </_description>
63 </screensaver>