diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2023-05-04 02:47:30 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-04 02:47:30 +0000 |
| commit | beaf064320e45278445a14dc2bcd2b91566d6cb0 (patch) | |
| tree | b17cb8ef345ca962614f0b8d8aaecedad53236c8 | |
| parent | 2be8ed75d9aa1cddd33cadb74de45856dbbfab43 (diff) | |
change font
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"; |
