From 80bf4b9a5dcb57d6e260a4088478698c14bf8e66 Mon Sep 17 00:00:00 2001 From: Ilsix Date: Sun, 1 Dec 2024 23:59:05 +0100 Subject: [PATCH] changed font --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index a6d90f1..d528228 100644 --- a/config.h +++ b/config.h @@ -10,8 +10,8 @@ static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display static const int showsystray = 1; /* 0 means no systray */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "monospace:size=10" }; -static const char dmenufont[] = "monospace:size=10"; +static const char *fonts[] = { "JetBrainsMonoNL Nerd Font:size=10" }; +static const char dmenufont[] = "JetBrainsMonoNL Nerd Font:size=10"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb";