diff options
author | fluxgen <fluxgen> | 2005-11-22 21:59:48 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2005-11-22 21:59:48 (GMT) |
commit | 4d77f7fbf188759a8feb50f51c1573b86b48663b (patch) | |
tree | 01bb47e65619c2f415087b777561e4d6369bcf77 /ChangeLog | |
parent | e62176913405f98fce84a19d63cb211c6cfc3713 (diff) | |
download | fluxbox_pavel-4d77f7fbf188759a8feb50f51c1573b86b48663b.zip fluxbox_pavel-4d77f7fbf188759a8feb50f51c1573b86b48663b.tar.bz2 |
new background style item, making rootCommand in styles obsolete
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,5 +1,28 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.15: | 2 | Changes for 0.9.15: |
3 | *05/11/22: | ||
4 | * New theme item: | ||
5 | background: <texture option> | ||
6 | background.pixmap: <image filename> | ||
7 | background.color: <color> | ||
8 | background.colorTo: <color> | ||
9 | The background.pixmap filename will be sent to "fbsetbg" | ||
10 | which in turn sets the background. | ||
11 | The following options will be available for the background.pixmap: | ||
12 | - tiled | ||
13 | - centered | ||
14 | For example: | ||
15 | background: tiled | ||
16 | background.pixmap: someimage.png | ||
17 | and it can also generate a normal texture: | ||
18 | background: gradient | ||
19 | background.color: blue | ||
20 | background.colorTo: green | ||
21 | The rootCommand in the style is now obsolete and | ||
22 | if the "background" item is not found in the style then the default | ||
23 | background will be black and with a warning text. | ||
24 | (Henrik) | ||
25 | RootTheme.hh/cc, Screen.cc | ||
3 | *05/11/16: | 26 | *05/11/16: |
4 | * Added styleOverlay resource to init-file (Mathias) | 27 | * Added styleOverlay resource to init-file (Mathias) |
5 | session.styleOverlay: ~/.fluxbox/overlay | 28 | session.styleOverlay: ~/.fluxbox/overlay |