diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | doc/asciidoc/fluxstyle.txt | 23 |
2 files changed, 16 insertions, 10 deletions
@@ -1,5 +1,8 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc3: | 2 | Changes for 1.0rc3: |
3 | *06/08/07: | ||
4 | * Documented background style option (Mark) | ||
5 | doc/asciidoc/fluxstyle.txt | ||
3 | *06/08/06: | 6 | *06/08/06: |
4 | * Distinguish between startup and restart (Mark) | 7 | * Distinguish between startup and restart (Mark) |
5 | Screen.cc/hh Remember.cc | 8 | Screen.cc/hh Remember.cc |
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 | ---- |