From bed00c031b2c004be3742edc88b98d2c047fc673 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Thu, 4 May 2023 02:49:29 +0000 Subject: change font --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 6447758..c81224d 100644 --- a/config.h +++ b/config.h @@ -3,7 +3,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ /* -fn option overrides fonts[0]; default X11 font or font set */ -static const char *fonts[] = { "FiraCode Nerd Font Mono:style=Regular:size=10" }; +static const char *fonts[] = { "JetBrainsMono Nerd Font:style=Regular:size=10" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { /* fg bg */ -- cgit v1.2.3