master
ColumbusUtrigas 2023-01-29 13:38:29 +04:00
parent 37f091cb16
commit 333a6d9675
1 changed files with 4 additions and 4 deletions

View File

@ -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-*-*-*-*-*-*-*";