diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2023-05-04 02:49:29 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-04 02:49:29 +0000 |
| commit | bed00c031b2c004be3742edc88b98d2c047fc673 (patch) | |
| tree | 10125342b58cf7ad3d5f89937d335e5e50303a5b | |
| parent | 0734c3de02378acb498bc479bbcb882cd5cf729a (diff) | |
change font
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
