mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
dwm: Make bar opacity match rest of config
256 * 0.95 ~= 243.
This commit is contained in:
parent
b501d089dc
commit
4781eafb06
@ -133,7 +133,7 @@ in
|
|||||||
[SchemeSel] = { col_gray4, col_gray1, col_gray3 },
|
[SchemeSel] = { col_gray4, col_gray1, col_gray3 },
|
||||||
};
|
};
|
||||||
|
|
||||||
static const unsigned int baralpha = 0xd0;
|
static const unsigned int baralpha = 243;
|
||||||
|
|
||||||
static const unsigned int alphas[][3] = {
|
static const unsigned int alphas[][3] = {
|
||||||
[SchemeNorm] = { OPAQUE, baralpha, baralpha },
|
[SchemeNorm] = { OPAQUE, baralpha, baralpha },
|
||||||
|
Loading…
Reference in New Issue
Block a user