diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-07-22 00:16:12 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-07-22 00:16:12 +0530 |
| commit | e6dbeb47f24f70b9994166024c8db10567562dc9 (patch) | |
| tree | f3f626a3bcd74d131e68c99ee9e5911f36a1b5d4 /config.h | |
| parent | 83902bd4b2bddc050d040cdbb4aa2f104d7e8482 (diff) | |
changing font
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ static int topbar = 1; /* -b option; if 0, dmenu appears a /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "Hack Nerd Font:size=10", - "Hack Nerd Font:pixelsize=10:antialias=true:autohint=true", + "JetBrains Mono:size=10", + "JetBrains Mono:pixelsize=10:antialias=true:autohint=true", "emoji:size=10" // For rendering emojis }; static const unsigned int bgalpha = 0xe0; |
