diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-26 20:57:42 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-26 20:57:42 +0100 |
| commit | 93170ed99b4c5d8ba8987c62701afa1d6115f49e (patch) | |
| tree | fd3659bbdb9aa0624dd9814d3c54f99c5740190a /config.h | |
| parent | b2a26fccb727e36625b2feeb53af66fa29a72577 (diff) | |
'upgrades, people, upgrades'
Diffstat (limited to 'config.h')
| -rwxr-xr-x[-rw-r--r--] | 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=14" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { |
