ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-4.21.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   <number id="delay" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="50000" 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   <select id="mode">
29     <option id="random"  _label="Boxes or Circles"/>
30     <option id="boxes"   _label="Boxes Only"   arg-set="-squares"/>
31     <option id="circles" _label="Circles Only" arg-set="-circles"/>
32   </select>
33
34   <select id="mode2">
35     <option id="gradient" _label="Color Gradient"/>
36     <option id="image"    _label="Grab Images" arg-set="-grab"/>
37   </select>
38
39   <_description>
40 Packs the screen with growing squares or circles, colored according to a
41 horizontal or vertical gradient, or according to the colors of the
42 desktop or a loaded image file.  The objects grow until they touch,
43 then stop.  When the screen is full, they shrink away and the process
44 restarts.  Written by Jamie Zawinski.
45   </_description>
46 </screensaver>