1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="boxfit" _label="BoxFit">
7 <number id="delay" type="slider" arg="-delay %"
8 _label="Speed" _low-label="Slow" _high-label="Fast"
9 low="0" high="50000" default="20000"
13 <number id="count" type="spinbutton" arg="-count %"
14 _label="Boxes" low="1" high="1000" default="50"/>
16 <number id="growby" type="spinbutton" arg="-growby %"
17 _label="Grow By" low="1" high="10" default="1"/>
21 <number id="spacing" type="spinbutton" arg="-spacing %"
22 _label="Spacing" low="1" high="10" default="1"/>
24 <number id="border" type="spinbutton" arg="-border %"
25 _label="Border" low="1" high="10" default="1"/>
29 <option id="random" _label="Boxes or Circles"/>
30 <option id="boxes" _label="Boxes Only" arg-set="-boxes"/>
31 <option id="circles" _label="Circles Only" arg-set="-circles"/>
35 Packs the screen with growing boxes or circles, colored according to a
36 horizontal or vertical gradient. The objects grow until they touch,
37 then stop. When the screen is full, they shrink away and the process
38 restarts. Written by Jamie Zawinski.