summaryrefslogtreecommitdiffstats
path: root/slock/config.def.h
blob: 17a9fe6e78dd6ac040eb78643e7e45966aee72cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* user and group to drop privileges to */
static const char *user  = "nobody";
static const char *group = "nogroup";

static const char *colorname[NUMCOLS] = {
	[INIT] =   "#303030",     /* after initialization */
	[INPUT] =  "#11427E",   /* during input */
	[FAILED] = "#7d4c10",   /* wrong password */
};

/* treat a cleared input like a wrong password (color) */
static const int failonclear = 1;