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