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/MerleyKay | |
parent | 16743aad06e7f8b6c2d3b0aab4311980ce06dc16 (diff) | |
download | fluxbox-6ed9f38b7a6cb4ac85522b9f9c2074342ddffd3f.zip fluxbox-6ed9f38b7a6cb4ac85522b9f9c2074342ddffd3f.tar.bz2 |
several fixes for background option in styles
Diffstat (limited to 'data/styles/MerleyKay')
-rw-r--r-- | data/styles/MerleyKay | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/data/styles/MerleyKay b/data/styles/MerleyKay index 7a605c4..1a8fdd0 100644 --- a/data/styles/MerleyKay +++ b/data/styles/MerleyKay | |||
@@ -131,4 +131,8 @@ bevelWidth: 2 | |||
131 | borderWidth: 2 | 131 | borderWidth: 2 |
132 | handleWidth: 3 | 132 | handleWidth: 3 |
133 | 133 | ||
134 | !rootCommand: fbsetroot -mod 5 5 -fg rgb:62/70/85 -bg rgb:52/60/75 | 134 | background: mod |
135 | background.modX: 5 | ||
136 | background.modY: 5 | ||
137 | background.color: rgb:52/60/75 | ||
138 | background.colorTo: rgb:62/70/85 | ||