diff options
author | markt <markt> | 2006-08-07 20:53:27 (GMT) |
---|---|---|
committer | markt <markt> | 2006-08-07 20:53:27 (GMT) |
commit | e2c31b7285f4bba232547bb61f97abf29fdca34e (patch) | |
tree | f2518acfe3865db12d90a3df9917819ee414432f /doc/asciidoc | |
parent | 2d14b33ef4de3e8cd95474bc103fe3dba5cbb33b (diff) | |
download | fluxbox-e2c31b7285f4bba232547bb61f97abf29fdca34e.zip fluxbox-e2c31b7285f4bba232547bb61f97abf29fdca34e.tar.bz2 |
updated docs
Diffstat (limited to 'doc/asciidoc')
-rw-r--r-- | doc/asciidoc/fluxstyle.txt | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/doc/asciidoc/fluxstyle.txt b/doc/asciidoc/fluxstyle.txt index 632edd5..435bee6 100644 --- a/doc/asciidoc/fluxstyle.txt +++ b/doc/asciidoc/fluxstyle.txt | |||
@@ -335,25 +335,28 @@ Everything you need to make your menu look pretty. | |||
335 | menu.title: <texture type> | 335 | menu.title: <texture type> |
336 | menu.title.color: <color> | 336 | menu.title.color: <color> |
337 | menu.title.colorTo: <color> | 337 | menu.title.colorTo: <color> |
338 | menu.title.font: <font> | 338 | menu.title.font: <font> |
339 | menu.title.pixmap: <filename> | 339 | menu.title.pixmap: <filename> |
340 | menu.title.textColor: <color> | 340 | menu.title.textColor: <color> |
341 | menu.title.justify: <{Left|Right|Center}> | 341 | menu.title.justify: <{Left|Right|Center}> |
342 | menu.titleHeight: <integer> | 342 | menu.titleHeight: <integer> |
343 | menu.roundCorners: <{Top|Bottom}{Left|Right}> | 343 | menu.roundCorners: <{Top|Bottom}{Left|Right}> |
344 | menu.selected.pixmap: <filename> | 344 | menu.selected.pixmap: <filename> |
345 | menu.submenu.pixmap: <filename> | 345 | menu.submenu.pixmap: <filename> |
346 | menu.unselected.pixmap: <filename> | 346 | menu.unselected.pixmap: <filename> |
347 | ----------------------------------------- | 347 | ----------------------------------------- |
348 | 348 | ||
349 | ROOT COMMAND | 349 | BACKGROUND |
350 | ------------ | 350 | ------------ |
351 | Rarely are you going to want to use this option. There is a command that is similar | 351 | Rarely are you going to want to use this option. There is a command that is |
352 | that is used in the init file. It is bad style to use this in your style as it | 352 | similar that is used in the init file. It is bad style to use this in your |
353 | forces the user to use your background. So note that it is good practice to leave | 353 | style, as it forces the user to use your background. So note that it is good |
354 | this blank or out of the style altogether. | 354 | practice to leave this blank or out of the style altogether. |
355 | 355 | ||
356 | rootCommand: <string> | 356 | background: centered|aspect|tiled|fullscreen|random|solid|gradient <texture> |
357 | background.pixmap: <file (or directory for random)> | ||
358 | background.color: <color> | ||
359 | background.colorTo: <color> | ||
357 | 360 | ||
358 | SLIT | 361 | SLIT |
359 | ---- | 362 | ---- |