diff options
author | fluxgen <fluxgen> | 2001-12-11 20:47:02 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2001-12-11 20:47:02 (GMT) |
commit | 18830ac9add80cbd3bf7369307d7e35a519dca9b (patch) | |
tree | 4759a5434a34ba317fe77bbf8b0ed9bb57bb6018 /doc/bsetroot.1 | |
parent | 1523b48bff07dead084af3064ad11c79a9b25df0 (diff) | |
download | fluxbox-18830ac9add80cbd3bf7369307d7e35a519dca9b.zip fluxbox-18830ac9add80cbd3bf7369307d7e35a519dca9b.tar.bz2 |
Initial revision
Diffstat (limited to 'doc/bsetroot.1')
-rw-r--r-- | doc/bsetroot.1 | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/doc/bsetroot.1 b/doc/bsetroot.1 new file mode 100644 index 0000000..3c7ca20 --- /dev/null +++ b/doc/bsetroot.1 | |||
@@ -0,0 +1,89 @@ | |||
1 | .\" | ||
2 | .\" Man page for Bsetroot | ||
3 | .\" | ||
4 | .\" Copyright (c) 2000 by Wilbert Berendsen <wbsoft@xs4all.nl> | ||
5 | .\" | ||
6 | .TH bsetroot 1 "June 16th, 2000" "0.60.3" | ||
7 | .SH NAME | ||
8 | bsetroot \- blackbox utility to change root window appearance | ||
9 | .SH SYNOPSIS | ||
10 | .BR bsetroot " \-help" | ||
11 | .br | ||
12 | .B bsetroot | ||
13 | .RI "[ \-display " display " ] \-solid " color | ||
14 | .br | ||
15 | .B bsetroot | ||
16 | .RI "[ \-display " display " ] \-mod " "x y" " \-fg " color " \-bg " color | ||
17 | .br | ||
18 | .B bsetroot | ||
19 | .RI "[ \-display " display " ] \-gradient " texture " \-from " color " \-to " color | ||
20 | .SH DESCRIPTION | ||
21 | Bsetroot is a utility that can control the appearance of the root window in | ||
22 | three ways: Either give it a solid color, or write a two color modula pattern | ||
23 | to it, or render a gradient texture, based on two different colors. | ||
24 | .PP | ||
25 | Bsetroot resembles | ||
26 | .IR xsetroot (1) | ||
27 | in this functionality but it supports multiple screen displays, and gradient | ||
28 | textures the same way as Blackbox does. | ||
29 | It doesn't handle cursors etc. | ||
30 | Bsetroot is part of the Blackbox package. | ||
31 | .SH OPTIONS | ||
32 | Bsetroot operates in three ways, you must choose one of the first 3 options: | ||
33 | .TP | ||
34 | .BI \-solid " color" | ||
35 | Sets the root window to specified color. | ||
36 | .TP | ||
37 | .BI \-mod " x y" | ||
38 | Creates a modula pattern. You must specify | ||
39 | .BR \-bg " and " \-fg | ||
40 | colors. | ||
41 | .TP | ||
42 | .BI \-gradient " texturestring" | ||
43 | Renders the specified texture string to the root window. | ||
44 | For possible texture strings, please refer to | ||
45 | .IR blackbox (1). | ||
46 | You must also specify both a | ||
47 | .BR \-from " and a " \-to | ||
48 | color. | ||
49 | .TP | ||
50 | .BI \-display " display" | ||
51 | Tells Bsetroot to connect to the specified display. | ||
52 | .TP | ||
53 | .BI "\-bg, \-background " color | ||
54 | Background color. | ||
55 | Needed for | ||
56 | .B \-mod | ||
57 | patterns. | ||
58 | .TP | ||
59 | .BI "\-fg, \-foreground " color | ||
60 | Foreground color. | ||
61 | Needed for | ||
62 | .B \-mod | ||
63 | patterns. | ||
64 | .TP | ||
65 | .BI \-from " color" | ||
66 | Start color for rendering textures. | ||
67 | Needed for | ||
68 | .B \-gradient | ||
69 | operation mode. | ||
70 | .TP | ||
71 | .BI \-to " color" | ||
72 | Ending color for rendering textures. | ||
73 | Needed for | ||
74 | .B \-gradient | ||
75 | operation mode. | ||
76 | .TP | ||
77 | .B \-help | ||
78 | Prints version info and short help text. | ||
79 | .SH AUTHOR | ||
80 | Bsetroot is written and maintained by Brad Hughes | ||
81 | .nh \" hyphenation off | ||
82 | (blackbox@alug.org) | ||
83 | .hy \" on again | ||
84 | and Jeff Raven | ||
85 | .nh | ||
86 | (jraven@psu.edu). | ||
87 | .hy | ||
88 | .SH SEE ALSO | ||
89 | .IR blackbox (1) | ||