X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=fe665584edfdab3d843f85cad7b7c5846725135e;hb=fed887a5539cb08f6e41cda4cdd89e35d88f8f09;hp=9855e2117e719998b65367c66fd30f625b3fa7d2;hpb=ae96836f90c3652fd0907e0632ddd4591d5716fa;p=slock.git diff --git a/config.def.h b/config.def.h index 9855e21..fe66558 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 = "fixed";