diff options
Diffstat (limited to 'doc/asciidoc/fbsetroot.txt')
-rw-r--r-- | doc/asciidoc/fbsetroot.txt | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/doc/asciidoc/fbsetroot.txt b/doc/asciidoc/fbsetroot.txt new file mode 100644 index 0000000..a41733d --- /dev/null +++ b/doc/asciidoc/fbsetroot.txt | |||
@@ -0,0 +1,87 @@ | |||
1 | fbsetroot(1) | ||
2 | ============ | ||
3 | Jim Ramsay <i.am@jimramsay.com> | ||
4 | v1.1.2, 18 February 2009 | ||
5 | :man source: fbsetroot.txt | ||
6 | :man version: {revision} | ||
7 | :man manual: Fluxbox Manual | ||
8 | |||
9 | NAME | ||
10 | ---- | ||
11 | fbsetroot - a simple background utility used by the fluxbox(1) window manager, | ||
12 | originally written for and by the original blackbox(1) window manager. | ||
13 | |||
14 | SYNOPSIS | ||
15 | -------- | ||
16 | *fbsetroot* [-display 'display'] -solid 'color' | ||
17 | |||
18 | *fbsetroot* [-display 'display'] -mod 'x' 'y' -fg 'color' -bg 'color' | ||
19 | |||
20 | *fbsetroot* [-display 'display'] -gradient 'texture' -from 'color' -to 'color' | ||
21 | |||
22 | *fbsetroot* -help | ||
23 | |||
24 | DESCRIPTION | ||
25 | ----------- | ||
26 | *fbsetroot(1)* is a utility that can control the appearance of the root window | ||
27 | in three ways: Either give it a solid color, or write a two color modula pattern | ||
28 | to it, or render a gradient texture, based on two different colors. | ||
29 | |||
30 | fbsetroot resembles *xsetroot(1)* in this functionality but it supports | ||
31 | multiple-screen displays, and gradient textures the same way as blackbox or | ||
32 | fluxbox does. It doesn't handle cursors etc. fbsetroot was originally part of | ||
33 | the Blackbox package and was carried over with the code that became Fluxbox. It | ||
34 | was called bsetroot back in those days. | ||
35 | |||
36 | OPTIONS | ||
37 | ------- | ||
38 | fbsetroot operates in three ways, you must choose one of the first 3 | ||
39 | options: | ||
40 | |||
41 | *-solid* 'color':: | ||
42 | Sets the root window to specified color. | ||
43 | |||
44 | *-mod* 'x' 'y':: | ||
45 | Creates a modula pattern. You must specify *-bg* and *-fg* colors. | ||
46 | |||
47 | *-gradient* 'texturestring':: | ||
48 | Renders the specified texture string to the root window. | ||
49 | + | ||
50 | 'texturestring' may be one of:;; | ||
51 | *Horizontal / Vertical / Diagonal / Crossdiagonal / Pipecross / Elliptic / | ||
52 | Rectangle / Pyramid* | ||
53 | + | ||
54 | Select one of these texture types, they only apply when *-gradient* is | ||
55 | specifed. You must also specify both a *-from* and a *-to* color. | ||
56 | |||
57 | *-display* 'display':: | ||
58 | Tells fbsetroot to connect to the specified display. | ||
59 | |||
60 | *-bg, -background* 'color':: | ||
61 | Background color. Needed for *-mod* patterns. | ||
62 | |||
63 | *-fg, -foreground* 'color':: | ||
64 | Foreground color. Needed for *-mod* patterns. | ||
65 | |||
66 | *-from* 'color':: | ||
67 | Start color for rendering textures. Needed for *-gradient* patterns. | ||
68 | |||
69 | *-to* 'color':: | ||
70 | Ending color for rendering textures. Needed for *-gradient* patterns. | ||
71 | |||
72 | *-help*:: | ||
73 | Prints version info and short help text. | ||
74 | |||
75 | AUTHORS | ||
76 | ------- | ||
77 | fbsetroot is written and maintained by the Fluxbox Development Team | ||
78 | |||
79 | This manpage was modified by Curt "Asenchi" Micol <asenchi@asenchi.com> | ||
80 | for the Fluxbox window manager. | ||
81 | |||
82 | Further updates for fluxbox-1.1.2 and conversion to asciidoc format by Jim | ||
83 | Ramsay <i.am@jimramsay.com> | ||
84 | |||
85 | SEE ALSO | ||
86 | -------- | ||
87 | fluxbox(1) fbsetbg(1) | ||