dwm: Make bar opacity match rest of config

256 * 0.95 ~= 243.
This commit is contained in:
Donovan Glover 2024-08-22 21:40:51 -04:00
parent b501d089dc
commit 4781eafb06
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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 },