summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2023-05-04 02:47:30 +0000
committerGitHub <noreply@github.com>2023-05-04 02:47:30 +0000
commitbeaf064320e45278445a14dc2bcd2b91566d6cb0 (patch)
treeb17cb8ef345ca962614f0b8d8aaecedad53236c8
parent2be8ed75d9aa1cddd33cadb74de45856dbbfab43 (diff)
change font
-rw-r--r--config.h4
1 files 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";