From d5b8242706c451fdae1439078a71b808df0b664e Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Sat, 26 Jan 2019 14:12:17 +0100 Subject: Mention X resource properties in build-time color config --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 16cbcc5..6c4aec9 100644 --- a/config.def.h +++ b/config.def.h @@ -12,6 +12,7 @@ enum { static const char * const BAR_FONT = "monospace:size=8"; /* colors: + * overwritten by 'background' and 'foreground' X resource properties. * (see X(7) section "COLOR NAMES" for valid values) */ static const char * const BG_COLOR = "#555555"; -- cgit v1.2.3-54-g00ecf