mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +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 },
|
||||
};
|
||||
|
||||
static const unsigned int baralpha = 0xd0;
|
||||
static const unsigned int baralpha = 243;
|
||||
|
||||
static const unsigned int alphas[][3] = {
|
||||
[SchemeNorm] = { OPAQUE, baralpha, baralpha },
|
||||
|
Loading…
Reference in New Issue
Block a user