commit 4c1c5ebd221ff50ef5f5a255f1a070fe0b7c6851
parent 150b73f7939dda27777d720136042131858e16ef
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date: Mon, 15 Apr 2024 16:07:49 -0400
config.def.h: switch font to NotoSansMono-Bold
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -12,8 +12,8 @@ static const unsigned int systraypinning = 0; /* 0: sloppy systray follows sel
static const unsigned int systrayspacing = 2; /* systray spacing */
static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display systray on the first monitor, False: display systray on the last monitor */
static const int showsystray = 1; /* 0 means no systray */
-static const char *fonts[] = { "Inconsolata-ExpandedBold:pixelsize=22" };
-static const char dmenufont[] = "Inconsolata-ExpandedBold:pixelsize=22";
+static const char *fonts[] = { "NotoSansMono-Bold:pixelsize=16" };
+static const char dmenufont[] = "NotoSansMono-Bold:pixelsize=16";
static const unsigned int baralpha = 0xff;
static const unsigned int borderalpha = OPAQUE;
static const unsigned int ALTMONNUM = 1; /* number of the alt/secondary monitor */