~kris/suckless

slock

ref: bfafc91da7b51be4e1543b64ee118fff2e3a4cfb slock/config.def.h -rw-r--r-- 202 bytes
bfafc91d — Markus Teich prepare 1.3 release 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;