1boxfit(6x) XScreenSaver manual boxfit(6x)
2
3
4
6 boxfit - fills space with a gradient of growing boxes or circles.
7
9 boxfit [--display host:display.screen] [--visual visual] [--window]
10 [--root] [--window-id number] [--delay usecs] [--count int] [--growby
11 int] [--spacing int] [--border int] [--circles | --squares | --random]
12 [--grab] [--peek] [--fps]
13
15 Packs the screen with growing boxes or circles, colored according to a
16 horizontal or vertical gradient. The objects grow until they touch,
17 then stop. When the screen is full, they shrink away and the process
18 restarts.
19
21 --visual visual
22 Specify which visual to use. Legal values are the name of a
23 visual class, or the id number (decimal or hex) of a specific
24 visual.
25
26 --window
27 Draw on a newly-created window. This is the default.
28
29 --root Draw on the root window.
30
31 --window-id number
32 Draw on the specified window.
33
34 --delay microseconds
35 How much of a delay should be introduced between steps of the
36 animation. Default 20000, or about 0.02 seconds.
37
38 --count int
39 How many boxes or circles to animate simultaneously; default
40 50. Smaller numbers yield larger boxes/circles.
41
42 --growby int
43 How many pixels the objects should grow by, each frame. De‐
44 fault 1.
45
46 --spacing int
47 How many pixels of space should be left between the objects.
48 Default 1.
49
50 --border int
51 Thickness of the colored border around each object. Default 1.
52
53 --circles | --squares | --random
54 Draw circles, squares, or choose randomly (the default).
55
56 --grab Normally it colors the boxes with a horizontal or vertical gra‐
57 dient. If --grab is specified, it will instead load a random
58 image, and color the boxes according to the colors in that im‐
59 age. As the picture fills in, some features of the underlying
60 image may become recognisable.
61
62 When grabbing images, the image will be grabbed from the por‐
63 tion of the screen underlying the window, or from the system's
64 video input, or from a random file on disk, as indicated by the
65 grabDesktopImages, grabVideoFrames, and chooseRandomImages op‐
66 tions in the ~/.xscreensaver file; see xscreensaver-settings(1)
67 for more details.
68
69 --peek This option says to briefly show you the underlying image be‐
70 fore beginning. The default is not to show the unadulterated
71 image at all. (This only has an effect when --grab is used.)
72
73 --fps Display the current frame rate and CPU load.
74
76 DISPLAY to get the default host and display number.
77
78 XENVIRONMENT
79 to get the name of a resource file that overrides the global
80 resources stored in the RESOURCE_MANAGER property.
81
82 XSCREENSAVER_WINDOW
83 The window ID to use with --root.
84
86 X(1), xscreensaver(1) xscreensaver-settings(1), xscreensaver-getim‐
87 age(6x)
88
90 Copyright © 2005 by Jamie Zawinski. Permission to use, copy, modify,
91 distribute, and sell this software and its documentation for any pur‐
92 pose is hereby granted without fee, provided that the above copyright
93 notice appear in all copies and that both that copyright notice and
94 this permission notice appear in supporting documentation. No repre‐
95 sentations are made about the suitability of this software for any pur‐
96 pose. It is provided "as is" without express or implied warranty.
97
99 Jamie Zawinski <jwz@jwz.org>
100
101
102
103X Version 11 6.08-1.fc39 (17-Oct-2023) boxfit(6x)