diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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", \ |
