From 93170ed99b4c5d8ba8987c62701afa1d6115f49e Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Sat, 26 Jul 2025 20:57:42 +0100 Subject: 'upgrades, people, upgrades' --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 config.h (limited to 'config.h') diff --git a/config.h b/config.h old mode 100644 new mode 100755 index 8cefa24..c6b251a --- a/config.h +++ b/config.h @@ -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] = { -- cgit v1.2.3