updated docs

This commit is contained in:
markt 2006-08-07 20:53:27 +00:00
parent 2d14b33ef4
commit e2c31b7285
2 changed files with 15 additions and 9 deletions

View file

@ -1,5 +1,8 @@
(Format: Year/Month/Day) (Format: Year/Month/Day)
Changes for 1.0rc3: Changes for 1.0rc3:
*06/08/07:
* Documented background style option (Mark)
doc/asciidoc/fluxstyle.txt
*06/08/06: *06/08/06:
* Distinguish between startup and restart (Mark) * Distinguish between startup and restart (Mark)
Screen.cc/hh Remember.cc Screen.cc/hh Remember.cc

View file

@ -335,25 +335,28 @@ Everything you need to make your menu look pretty.
menu.title: <texture type> menu.title: <texture type>
menu.title.color: <color> menu.title.color: <color>
menu.title.colorTo: <color> menu.title.colorTo: <color>
menu.title.font: <font> menu.title.font: <font>
menu.title.pixmap: <filename> menu.title.pixmap: <filename>
menu.title.textColor: <color> menu.title.textColor: <color>
menu.title.justify: <{Left|Right|Center}> menu.title.justify: <{Left|Right|Center}>
menu.titleHeight: <integer> menu.titleHeight: <integer>
menu.roundCorners: <{Top|Bottom}{Left|Right}> menu.roundCorners: <{Top|Bottom}{Left|Right}>
menu.selected.pixmap: <filename> menu.selected.pixmap: <filename>
menu.submenu.pixmap: <filename> menu.submenu.pixmap: <filename>
menu.unselected.pixmap: <filename> menu.unselected.pixmap: <filename>
----------------------------------------- -----------------------------------------
ROOT COMMAND BACKGROUND
------------ ------------
Rarely are you going to want to use this option. There is a command that is similar Rarely are you going to want to use this option. There is a command that is
that is used in the init file. It is bad style to use this in your style as it similar that is used in the init file. It is bad style to use this in your
forces the user to use your background. So note that it is good practice to leave style, as it forces the user to use your background. So note that it is good
this blank or out of the style altogether. practice to leave this blank or out of the style altogether.
rootCommand: <string> background: centered|aspect|tiled|fullscreen|random|solid|gradient <texture>
background.pixmap: <file (or directory for random)>
background.color: <color>
background.colorTo: <color>
SLIT SLIT
---- ----