a7d35bf94ed9a807382d0221cfc1ebea3c8ed48e
[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   <number id="delay" type="slider" arg="-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="20000"
10           convert="invert"/>
11
12   <hgroup>
13    <number id="count" type="spinbutton" arg="-count %"
14            _label="Boxes" low="1" high="1000" default="50"/>
15
16    <number id="growby" type="spinbutton" arg="-growby %"
17            _label="Grow by" low="1" high="10" default="1"/>
18   </hgroup>
19
20   <hgroup>
21    <number id="spacing" type="spinbutton" arg="-spacing %"
22            _label="Spacing" low="1" high="10" default="1"/>
23
24    <number id="border" type="spinbutton" arg="-border %"
25            _label="Border" low="1" high="10" default="1"/>
26   </hgroup>
27
28   <hgroup>
29    <select id="mode">
30      <option id="random"  _label="Boxes or circles"/>
31      <option id="boxes"   _label="Boxes only"   arg-set="-mode squares"/>
32      <option id="circles" _label="Circles only" arg-set="-mode circles"/>
33    </select>
34
35    <select id="mode2">
36      <option id="gradient" _label="Color gradient"/>
37      <option id="image"    _label="Grab images" arg-set="-grab"/>
38    </select>
39   </hgroup>
40
41   <xscreensaver-image />
42
43   <boolean id="peek" _label="Peek at underlying images" arg-set="-peek"/>
44
45   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
46
47   <_description>
48 Packs the screen with growing squares or circles, colored according to
49 a horizontal or vertical gradient, or according to the colors of a
50 loaded image.  The objects grow until they touch, then stop.  When the
51 screen is full, they shrink away and the process restarts.
52
53 Written by Jamie Zawinski; 2005.
54   </_description>
55 </screensaver>