~kris/suckless

slock

ref: 3abbffa4934a62146e995ee7c2cf3ba50991b4ad slock/config.def.h -rw-r--r-- 202 bytes
3abbffa4 — FRIGN Simplify the oom-taming-function 10 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;