Add Xresources capability

This commit is contained in:
noamcore
2018-10-23 14:26:26 -03:00
committed by Bert Münnich
parent b83d4fa1bf
commit 4853e17b83
2 changed files with 41 additions and 6 deletions

View File

@ -14,11 +14,11 @@ static const char * const BAR_FONT = "monospace:size=8";
/* colors:
* (see X(7) section "COLOR NAMES" for valid values)
*/
static const char * const WIN_BG_COLOR = "#555555";
static const char * const WIN_FS_COLOR = "#000000";
static const char * const SEL_COLOR = "#EEEEEE";
static const char * const BAR_BG_COLOR = "#222222";
static const char * const BAR_FG_COLOR = "#EEEEEE";
static char const * WIN_BG_COLOR = "#555555";
static char const * WIN_FS_COLOR = "#000000";
static char const * SEL_COLOR = "#EEEEEE";
static char const * BAR_BG_COLOR = "#222222";
static char const * BAR_FG_COLOR = "#EEEEEE";
#endif
#ifdef _IMAGE_CONFIG