From 333a6d9675fc316b2b4cc25ca8bdc29cb587f327 Mon Sep 17 00:00:00 2001 From: ColumbusUtrigas Date: Sun, 29 Jan 2023 13:38:29 +0400 Subject: [PATCH] config --- config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.h b/config.h index e7158a3..a3fc819 100644 --- a/config.h +++ b/config.h @@ -4,12 +4,12 @@ static const char *group = "nobody"; static const char *colorname[NUMCOLS] = { [INIT] = "#000000", /* after initialization */ - [INPUT] = "#282c34", /* during input */ - [FAILED] = "#be5046", /* wrong password */ + [INPUT] = "#16181c", /* during input */ + [FAILED] = "#54221d", /* wrong password */ }; /* lock screen opacity */ -static const float alpha = 0.5; +static const float alpha = 0.8; /* treat a cleared input like a wrong password (color) */ static const int failonclear = 1; @@ -21,4 +21,4 @@ static const char * message = "Enter password to unlock"; static const char * text_color = "#abb2bf"; /* text size (must be a valid size) */ -static const char * text_size = "fixed"; +static const char * text_size = "-*-*-medium-r-*-sans-34-*-*-*-*-*-*-*";