~kris/suckless

slock

ref: b02c4d452a7942d4be3c69e6f98dafd35a2e4e78 slock/config.def.h -rw-r--r-- 239 bytes
b02c4d45 — FRIGN Use argv0 instead of passing "slock:" to die every time 10 years ago
                                                                                
1
2
3
4
5
6
7
8
static const char *colorname[NUMCOLS] = {
	"black",     /* after initialization */
	"#005577",   /* during input */
	"#CC3333",   /* wrong password */
};

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