summaryrefslogtreecommitdiff
path: root/config.h
blob: 400e4f2fb05ab4e9c9ac3b12509e330486b4bd7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* user and group to drop privileges to */
static const char *user  = "nobody";
static const char *group = "nogroup";

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

/* treat a cleared input like a wrong password (color) */
static const int failonclear = 1;
const char * fonts[] = {"Source Code Pro:size=24"};
const char * schemes[] = {"#ffffff", "#000000", "#000000"};
const int diasize[] = {320, 320};
const char * lock_message = "Nathan Reiner";
const char * pass_char = "•";