aboutsummaryrefslogtreecommitdiff
path: root/doc/asciidoc/fluxbox-style.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/asciidoc/fluxbox-style.txt')
-rw-r--r--doc/asciidoc/fluxbox-style.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/asciidoc/fluxbox-style.txt b/doc/asciidoc/fluxbox-style.txt
index 9d9fc56..b193a8f 100644
--- a/doc/asciidoc/fluxbox-style.txt
+++ b/doc/asciidoc/fluxbox-style.txt
@@ -41,10 +41,10 @@ A style is made up of a few major components which then have their own
41sub-directives. The major components are as follows: 41sub-directives. The major components are as follows:
42 42
43The 'window.\*' directives control the appearance of the window frames, 43The 'window.\*' directives control the appearance of the window frames,
44window.tab.* controls the appearance of the window tabs, 'menu.\*' controls 44'window.tab.\*' controls the appearance of the window tabs, 'menu.\*' controls
45the appearance of the popup menu that you see when you right click on the 45the appearance of the popup menu that you see when you right click on the
46desktop. 'toolbar.\*' is the bar you will see at the top or bottom of your 46desktop. 'toolbar.\*' is the bar you will see at the top or bottom of your
47screen. Finally the 'slit.\*' has options you can use to customize the 47screen. Finally the 'slit.*' has options you can use to customize the
48appearance of the slit. However if you don't set the slit directives 48appearance of the slit. However if you don't set the slit directives
49specifically, the slit's appearance is controlled by the toolbar 49specifically, the slit's appearance is controlled by the toolbar
50directives instead. 50directives instead.
@@ -52,7 +52,7 @@ directives instead.
52To understand how the style mechanism works, it is nice to know a little about 52To understand how the style mechanism works, it is nice to know a little about
53how X11 resources work. X11 resources consist of a key and a value. The key is 53how X11 resources work. X11 resources consist of a key and a value. The key is
54constructed of several smaller keys (sometimes referred to as children), 54constructed of several smaller keys (sometimes referred to as children),
55delimited by a period (.). Keys may also contain an asterisk (\*) 55delimited by a period (.). Keys may also contain an asterisk (*)
56to serve as a wildcard, which means that one line of text will match 56to serve as a wildcard, which means that one line of text will match
57several keys. This is useful for styles that are based on one or two 57several keys. This is useful for styles that are based on one or two
58colors. 58colors.
@@ -119,7 +119,7 @@ you set the font resource for all keys to this font name all at once (For
119information about the fonts installed on your system, you can use a 119information about the fonts installed on your system, you can use a
120program like xfontsel(1), gtkfontsel, or xlsfonts(1).) 120program like xfontsel(1), gtkfontsel, or xlsfonts(1).)
121 121
122In the last example you will notice the wildcard (\*) before font. In a Fluxbox 122In the last example you will notice the wildcard (*) before font. In a Fluxbox
123style you can set a value with a wildcard. The example means that every font 123style you can set a value with a wildcard. The example means that every font
124in the style will be what is specified. You can do this with any 124in the style will be what is specified. You can do this with any
125component/value. For example if you wanted all of the text to be one color you 125component/value. For example if you wanted all of the text to be one color you
@@ -222,7 +222,7 @@ FULL COMPONENT LIST
222Here is the exhaustive component list for fluxbox(1) styles. Each one is listed 222Here is the exhaustive component list for fluxbox(1) styles. Each one is listed
223with their type of value required. Comments in a style file are preceded 223with their type of value required. Comments in a style file are preceded
224with an exclamation point (!) which we also use here so that these can be 224with an exclamation point (!) which we also use here so that these can be
225pasted into a new theme.cfg to be customized appropiately. Please note that 225pasted into a new theme.cfg to be customized appropriately. Please note that
226in order to keep styles consistent it is often the practice of stylists 226in order to keep styles consistent it is often the practice of stylists
227to provide all of the theme-items in their style file even if they are not 227to provide all of the theme-items in their style file even if they are not
228used. This allows the user the ease of changing different components. 228used. This allows the user the ease of changing different components.
@@ -473,7 +473,7 @@ These are the color formats for styles:
473 #000000 (Hexadecimal) 473 #000000 (Hexadecimal)
474 rgb:<0-255>/<0-255>/<0-255> 474 rgb:<0-255>/<0-255>/<0-255>
475 475
476See /usr/share/X11/rgb.txt for an explaination. 476See /usr/share/X11/rgb.txt for an explanation.
477 477
478AUTHORS 478AUTHORS
479------- 479-------