commit fb2757eff8121b09ce7d25e55057d82c088a002a
parent 81bd8f94f23d6d1ccc95cfe1cb49dfd2088151ed
Author: hhvn <dev@haydenvh.com>
Date: Sun, 28 Mar 2021 00:37:12 +0000
config.h: fix
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/config.h b/config.h
@@ -2,10 +2,10 @@
/* appearance */
static const char font[] = "monospace:size=9";
-static const char* normbgcolor = "#0a2126";
+static const char* normbgcolor = "#24284c";
static const char* normfgcolor = "#eeeeee";
-static const char* selbgcolor = "#24284c";
-static const char* selfgcolor = "#bbbbbb";
+static const char* selbgcolor = "#30404e";
+static const char* selfgcolor = "#eeeeee";
static const char* urgbgcolor = "#892b2b";
static const char* urgfgcolor = "#0a0a10";
static const char before[] = "<";
@@ -21,7 +21,7 @@ static Bool urgentswitch = False;
* is False, then newposition is an absolute position.
*/
static int newposition = 0;
-static Bool npisrelative = False;
+static Bool npisrelative = True;
#define SETPROP(p) { \
.v = (char *[]){ "/bin/sh", "-c", \