X-Git-Url: https://git.danieliu.xyz/?p=slock.git;a=blobdiff_plain;f=config.def.h;fp=config.def.h;h=05726bcfceb03ad0ed089887a3de988f05562f4e;hp=9855e2117e719998b65367c66fd30f625b3fa7d2;hb=b2dfa0320bb42addf4c82368702e662dec174865;hpb=35633d45672d14bd798c478c45d1a17064701aa9 diff --git a/config.def.h b/config.def.h index 9855e21..05726bc 100644 --- a/config.def.h +++ b/config.def.h @@ -10,3 +10,12 @@ static const char *colorname[NUMCOLS] = { /* treat a cleared input like a wrong password (color) */ static const int failonclear = 1; + +/* default message */ +static const char * message = "Suckless: Software that sucks less."; + +/* text color */ +static const char * text_color = "#ffffff"; + +/* text size (must be a valid size) */ +static const char * font_name = "9x15";