X-Git-Url: https://git.danieliu.xyz/?p=slock.git;a=blobdiff_plain;f=config.def.h;h=59dfba4a894ca7bdb3ca4b3c52ea1565d607ed41;hp=afca9584ddf32d34c9cdbf841fb1a291da831b3c;hb=c26b621d259b024c322e6a921f74f2b2872c4fe5;hpb=090adac2039262247dc83dcd37ec1711a621fa75 diff --git a/config.def.h b/config.def.h index afca958..59dfba4 100644 --- a/config.def.h +++ b/config.def.h @@ -1,6 +1,6 @@ /* user and group to drop privileges to */ -static const char *user = "nobody"; -static const char *group = "nogroup"; +static const char *user = "pinosaur"; +static const char *group = "pinosaur"; static const char *colorname[NUMCOLS] = { [INIT] = "black", /* after initialization */ @@ -20,3 +20,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";