config
parent
37f091cb16
commit
333a6d9675
8
config.h
8
config.h
|
|
@ -4,12 +4,12 @@ static const char *group = "nobody";
|
||||||
|
|
||||||
static const char *colorname[NUMCOLS] = {
|
static const char *colorname[NUMCOLS] = {
|
||||||
[INIT] = "#000000", /* after initialization */
|
[INIT] = "#000000", /* after initialization */
|
||||||
[INPUT] = "#282c34", /* during input */
|
[INPUT] = "#16181c", /* during input */
|
||||||
[FAILED] = "#be5046", /* wrong password */
|
[FAILED] = "#54221d", /* wrong password */
|
||||||
};
|
};
|
||||||
|
|
||||||
/* lock screen opacity */
|
/* lock screen opacity */
|
||||||
static const float alpha = 0.5;
|
static const float alpha = 0.8;
|
||||||
|
|
||||||
/* 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;
|
||||||
|
|
@ -21,4 +21,4 @@ static const char * message = "Enter password to unlock";
|
||||||
static const char * text_color = "#abb2bf";
|
static const char * text_color = "#abb2bf";
|
||||||
|
|
||||||
/* text size (must be a valid size) */
|
/* text size (must be a valid size) */
|
||||||
static const char * text_size = "fixed";
|
static const char * text_size = "-*-*-medium-r-*-sans-34-*-*-*-*-*-*-*";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue