From 25d09bf68af4000f5329603827b6869abb2ad516 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 12 Sep 2023 09:16:02 +0400 Subject: [PATCH] change font --- config/dwm/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index 16f7385e..3efbda70 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -10,7 +10,7 @@ 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 *fonts[] = { "JetBrainsMono NF:size=10" }; static const char dmenufont[] = "monospace:size=10"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444";