From 46e0fcb92070806dfd824bb054823b7a6ab08488 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 9 Jun 2019 23:24:57 +0700 Subject: [PATCH] Reduce opacity to 0.3 --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index a25075d..c79145f 100644 --- a/config.h +++ b/config.h @@ -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;