From dae3ae1dba800f80f36d79075a2330b2035c1bf3 Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Wed, 22 Sep 2021 23:28:48 +0100 Subject: Relative new position, and colours --- config.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 4c5a3d5..90afef1 100644 --- a/config.h +++ b/config.h @@ -2,11 +2,11 @@ /* appearance */ static const char font[] = "Liga Agave:size=12"; -static const char* normbgcolor = "#222222"; -static const char* normfgcolor = "#cccccc"; -static const char* selbgcolor = "#555555"; -static const char* selfgcolor = "#ffffff"; -static const char* urgbgcolor = "#111111"; +static const char* normbgcolor = "#EBDBB2"; +static const char* normfgcolor = "#ABABAB"; +static const char* selbgcolor = "#EBDBB2"; +static const char* selfgcolor = "#849900"; +static const char* urgbgcolor = "#EBDBB2"; static const char* urgfgcolor = "#cc0000"; static const char before[] = "<"; static const char after[] = ">"; @@ -20,8 +20,8 @@ static Bool urgentswitch = False; * then the current position is changed + newposition. If npisrelative * is False, then newposition is an absolute position. */ -static int newposition = 0; -static Bool npisrelative = False; +static int newposition = 1; +static Bool npisrelative = True; #define SETPROP(p) { \ .v = (char *[]){ "/bin/sh", "-c", \ -- cgit v1.2.3