diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 42e1774..cd89b5f 100644 --- a/config.def.h +++ b/config.def.h @@ -9,7 +9,7 @@ enum { /* bar font: * (see X(7) section "FONT NAMES" for valid values) */ -static const char * const BAR_FONT = "fixed"; +static const char * const BAR_FONT = "-*-fixed-medium-r-*-*-13-*-*-*-*-60-*-*"; /* colors: * (see X(7) section "COLOR NAMES" for valid values) |