Slock config
This commit is contained in:
@@ -3,10 +3,10 @@ static const char *user = "nobody";
|
||||
static const char *group = "nogroup";
|
||||
|
||||
static const char *colorname[NUMCOLS] = {
|
||||
[BG] = "black", /* background */
|
||||
[INIT] = "#4f525c", /* after initialization */
|
||||
[INPUT] = "#005577", /* during input */
|
||||
[FAILED] = "#CC3333", /* wrong password */
|
||||
[BG] = "#282828", /* background */
|
||||
[INIT] = "#ebdbb2", /* after initialization */
|
||||
[INPUT] = "#8ec07c", /* during input */
|
||||
[FAILED] = "#fb4934", /* wrong password */
|
||||
};
|
||||
|
||||
/* treat a cleared input like a wrong password (color) */
|
||||
|
||||
Reference in New Issue
Block a user