X-Git-Url: https://git.danieliu.xyz/?p=slock.git;a=blobdiff_plain;f=config.def.h;h=a88c27f64e47e03afd24be806ae84b92fbd558fc;hp=91975e9ef7128f8696fecb227ccc2da691a225d6;hb=1e90c31f9ccf3275701fb3e03facbf3af91de15d;hpb=d8185d94e32f770bcf6d96a56f07fde81f1761e0 diff --git a/config.def.h b/config.def.h index 91975e9..a88c27f 100644 --- a/config.def.h +++ b/config.def.h @@ -21,3 +21,12 @@ ResourcePref resources[] = { /* 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";