Increase opacity to 0.5

master
Khue Doan 2020-01-26 21:19:35 +07:00
parent cbb77c89da
commit cb60c78dff
1 changed files with 1 additions and 1 deletions

View File

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