From cb60c78dff7eaffd1232eaff27f50627222525e2 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 26 Jan 2020 21:19:35 +0700 Subject: [PATCH] Increase opacity to 0.5 --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 1209305..d4b38d0 100644 --- a/config.h +++ b/config.h @@ -9,7 +9,7 @@ static const char *colorname[NUMCOLS] = { }; /* lock screen opacity */ -static const float alpha = 0.3; +static const float alpha = 0.5; /* treat a cleared input like a wrong password (color) */ static const int failonclear = 1;