~kris/suckless

slock

ref: b95ee111c7625375716e848ec81af2f57ca35b02 slock/config.def.h -rw-r--r-- 202 bytes
b95ee111 — David Phillips Don't change to failure colour on success 11 years ago
                                                                                
1
2
3
4
5
6
static const char *colorname[NUMCOLS] = {
	"black",     /* after initialization */
	"#005577",   /* during input */
	"#CC3333",   /* failed/cleared the input */
};
static const Bool failonclear = True;