From 46f18e69b6651ad69fb344e046675b9ae30425bb Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Thu, 29 Jun 2023 23:59:43 +0200 Subject: config --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 7fbfb17..1f0d597 100644 --- a/config.def.h +++ b/config.def.h @@ -13,7 +13,7 @@ static const char *MARK_FG[] = { "Nsxiv.mark.foreground", NULL }; #if HAVE_LIBFONTS static const char *BAR_BG[] = { "Nsxiv.bar.background", NULL }; static const char *BAR_FG[] = { "Nsxiv.bar.foreground", NULL }; -static const char *BAR_FONT[] = { "Nsxiv.bar.font", "monospace-8" }; +static const char *BAR_FONT[] = { "Nsxiv.bar.font", "DejaVuSansMono:size=12" }; /* if true, statusbar appears on top of the window */ static const bool TOP_STATUSBAR = false; -- cgit v1.2.3-54-g00ecf