Reduce opacity to 0.3

This commit is contained in:
Khue Doan 2019-06-09 23:24:57 +07:00
parent 5e7a95b50f
commit 46e0fcb920
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ static const char *colorname[NUMCOLS] = {
};
/* lock screen opacity */
static const float alpha = 1;
static const float alpha = 0.3;
/* treat a cleared input like a wrong password (color) */
static const int failonclear = 1;