updated docs
markt markt
2 files changed,
15 insertions(+),
9 deletions(-)
M
doc/asciidoc/fluxstyle.txt
→
doc/asciidoc/fluxstyle.txt
@@ -335,25 +335,28 @@ menu.itemHeight: <integer>
menu.title: <texture type> menu.title.color: <color> menu.title.colorTo: <color> - menu.title.font: <font> + menu.title.font: <font> menu.title.pixmap: <filename> menu.title.textColor: <color> menu.title.justify: <{Left|Right|Center}> menu.titleHeight: <integer> menu.roundCorners: <{Top|Bottom}{Left|Right}> - menu.selected.pixmap: <filename> + menu.selected.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 -that is used in the init file. It is bad style to use this in your style as it -forces the user to use your background. So note that it is good practice to leave -this blank or out of the style altogether. +Rarely are you going to want to use this option. There is a command that is +similar that is used in the init file. It is bad style to use this in your +style, as it forces the user to use your background. So note that it is good +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 ----