commit: 0e39c45144939456659518b6ab23f251ba576e66
parent: 9627756f05712516416405e8551cf3c0adca5adb
author: Chris Noxz <chris@noxz.tech>
date: Thu, 19 Sep 2019 14:45:01 +0200
Change some config settings
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -3,7 +3,7 @@ static const char *user = "nobody";
static const char *group = "nogroup";
static const char *colorname[NUMCOLS] = {
- [INIT] = "black", /* after initialization */
+ [INIT] = "#000000", /* after initialization */
[INPUT] = "#005577", /* during input */
[FAILED] = "#CC3333", /* wrong password */
};
@@ -18,4 +18,4 @@ static const char * message = "Suckless: Software that sucks less.";
static const char * text_color = "#ffffff";
/* text size (must be a valid size) */
-static const char * text_size = "6x10";
+static const char * text_size = "8x13";