Increase opacity to 0.5
parent
cbb77c89da
commit
cb60c78dff
2
config.h
2
config.h
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue