Files
suckless/slock/config.h
T

13 lines
392 B
C

/* user and group to drop privileges to */
static const char *user = "imp";
static const char *group = "imp";
static const char *colorname[NUMCOLS] = {
[INIT] = "black", /* after initialization */
[INPUT] = "#735e97", /* during input */
[FAILED] = "#CC3333", /* wrong password */
};
/* treat a cleared input like a wrong password (color) */
static const int failonclear = 1;