From 7bde7e618a13883816a73f5372493e1c76f52a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Fri, 19 Apr 2019 15:13:00 +0200 Subject: Change colors and font only via X resources --- config.def.h | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index a1c123a..9981ca3 100644 --- a/config.def.h +++ b/config.def.h @@ -6,18 +6,10 @@ enum { WIN_HEIGHT = 600 }; -/* bar font: - * overwritten by the 'font' X resource property. - * (see fonts-conf(5) subsection "FONT NAMES" for valid values) +/* colors and font are configured with 'background', 'foreground' and + * 'font' X resource properties. + * See X(7) section Resources and xrdb(1) for more information. */ -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 = "#ffffea"; -static const char * const FG_COLOR = "#555555"; #endif #ifdef _IMAGE_CONFIG -- cgit v1.2.3