diff options
author | markt <markt> | 2007-01-14 19:00:18 (GMT) |
---|---|---|
committer | markt <markt> | 2007-01-14 19:00:18 (GMT) |
commit | 6ed9f38b7a6cb4ac85522b9f9c2074342ddffd3f (patch) | |
tree | 4c2b9c313ea043059e7058db46f6e8c211aa8d14 /data/styles/Rampage | |
parent | 16743aad06e7f8b6c2d3b0aab4311980ce06dc16 (diff) | |
download | fluxbox_lack-6ed9f38b7a6cb4ac85522b9f9c2074342ddffd3f.zip fluxbox_lack-6ed9f38b7a6cb4ac85522b9f9c2074342ddffd3f.tar.bz2 |
several fixes for background option in styles
Diffstat (limited to 'data/styles/Rampage')
-rw-r--r-- | data/styles/Rampage | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/data/styles/Rampage b/data/styles/Rampage index 4e363b6..5fa82c7 100644 --- a/data/styles/Rampage +++ b/data/styles/Rampage | |||
@@ -99,4 +99,8 @@ handleWidth: 5 | |||
99 | *font: -b&h-lucida-medium-r-normal-*-*-100-*-*-p-*-iso8859-* | 99 | *font: -b&h-lucida-medium-r-normal-*-*-100-*-*-p-*-iso8859-* |
100 | *textColor: black | 100 | *textColor: black |
101 | 101 | ||
102 | rootCommand: fbsetroot -mod 16 8 -bg rgb:0/8/8 -fg rgb:0/9/9 | 102 | background: mod |
103 | background.modX: 16 | ||
104 | background.modY: 8 | ||
105 | background.color: rgb:0/8/8 | ||
106 | background.colorTo: rgb:0/9/9 | ||