~kris/suckless

slock

ref: a6dc051e3744ce5b14c54d2d246d3e8258207e76 slock/config.def.h -rw-r--r-- 239 bytes
a6dc051e — FRIGN No need for usage() 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;