1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="boxfit" _label="BoxFit">
7 <video href="https://www.youtube.com/watch?v=8GkcbBbcwBk"/>
11 <number id="delay" type="slider" arg="-delay %"
12 _label="Frame rate" _low-label="Low" _high-label="High"
13 low="0" high="100000" default="20000"
17 <number id="count" type="spinbutton" arg="-count %"
18 _label="Boxes" low="1" high="1000" default="50"/>
20 <number id="growby" type="spinbutton" arg="-growby %"
21 _label="Grow by" low="1" high="10" default="1"/>
25 <number id="spacing" type="spinbutton" arg="-spacing %"
26 _label="Spacing" low="1" high="10" default="1"/>
28 <number id="border" type="spinbutton" arg="-border %"
29 _label="Border" low="1" high="10" default="1"/>
34 <option id="random" _label="Boxes or circles"/>
35 <option id="boxes" _label="Boxes only" arg-set="-mode squares"/>
36 <option id="circles" _label="Circles only" arg-set="-mode circles"/>
40 <option id="gradient" _label="Color gradient"/>
41 <option id="image" _label="Grab images" arg-set="-grab"/>
47 <xscreensaver-image />
49 <boolean id="peek" _label="Peek at underlying images" arg-set="-peek"/>
51 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
55 <xscreensaver-updater />
58 Packs the screen with growing squares or circles, colored according to
59 a horizontal or vertical gradient, or according to the colors of a
60 loaded image. The objects grow until they touch, then stop. When the
61 screen is full, they shrink away and the process restarts.
63 Written by Jamie Zawinski; 2005.