diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-12-02 18:19:29 +0000 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-12-02 18:19:29 +0000 |
| commit | 83bb739dce78fd9c2a2b12f67b095c04c1fbebc4 (patch) | |
| tree | 0e28a8b8ea08a99ba43c3eb4335c424e21ab776a /config.h | |
| parent | b619467db8465a45c0db012908299ca4d34b836a (diff) | |
change font
Diffstat (limited to 'config.h')
| -rwxr-xr-x | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,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[] = { - "Terminess Nerd Font Mono:pixelsize=14" + "Terminus:pixelsize=10" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { |
