diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2014-05-14 01:34:44 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2014-05-19 19:34:09 +0200 |
commit | 5dd3d19ef9ae5f54c515b14713933a65aa809d7b (patch) | |
tree | 89f0cc2c03e346dd9b7085a08719995c839b3b0a /config.def.h | |
parent | 030eda81cc622ad0c3efe2ab1f1a657ee82e45cb (diff) |
support urgency wm hints
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index ceda9f7..b3da7f0 100644 --- a/config.def.h +++ b/config.def.h @@ -6,6 +6,8 @@ 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* urgfgcolor = "#cc0000"; static const char before[] = "<"; static const char after[] = ">"; static const int tabwidth = 200; |