updated docs
This commit is contained in:
parent
2d14b33ef4
commit
e2c31b7285
2 changed files with 15 additions and 9 deletions
|
@ -1,5 +1,8 @@
|
|||
(Format: Year/Month/Day)
|
||||
Changes for 1.0rc3:
|
||||
*06/08/07:
|
||||
* Documented background style option (Mark)
|
||||
doc/asciidoc/fluxstyle.txt
|
||||
*06/08/06:
|
||||
* Distinguish between startup and restart (Mark)
|
||||
Screen.cc/hh Remember.cc
|
||||
|
|
|
@ -346,14 +346,17 @@ Everything you need to make your menu look pretty.
|
|||
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
|
||||
----
|
||||
|
|
Loading…
Reference in a new issue