From beaf064320e45278445a14dc2bcd2b91566d6cb0 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Thu, 4 May 2023 02:47:30 +0000 Subject: change font --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index fd2e93c..1f70c49 100644 --- a/config.h +++ b/config.h @@ -7,8 +7,8 @@ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const int user_bh = 22; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height */ -static const char *fonts[] = { "FiraCode Nerd Font Mono:style=Regular:size=10" }; -static const char dmenufont[] = "FiraCode Nerd Font Mono:style=Regular:size=10"; +static const char *fonts[] = { "JetBrainsMono Nerd Font:style=Regular:size=10" }; +static const char dmenufont[] = "JetBrainsMono Nerd Font:style=Regular:size=10"; static const char col_gray1[] = "#282828"; static const char col_gray2[] = "#928374"; static const char col_gray3[] = "#ebdbb2"; -- cgit v1.2.3