aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2023-06-29 23:59:43 +0200
committerJustin Gassner <justin.gassner@mailbox.org>2024-02-29 14:22:21 +0100
commitf9166ae436b9ffcd1b9dc5f4455686f527cb1dcc (patch)
tree6d59e44128592f0d460ac64fde95bb23c0106a93 /config.def.h
parent437e060021ccabf9d5c95068c7c52218b92359e1 (diff)
downloadnsxiv-f9166ae436b9ffcd1b9dc5f4455686f527cb1dcc.tar.zst
config
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
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;