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