From 6f11b0e8c1a5fa2be1bd83820ccd8569dd2b5fa2 Mon Sep 17 00:00:00 2001 From: Baitinq <30861839+Baitinq@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:16:40 +0100 Subject: Update font --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index 625b1a4..57cb061 100644 --- a/config.h +++ b/config.h @@ -5,6 +5,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears a static int fuzzy = 1; /* -F option; if 0, dmenu doesn't use fuzzy matching */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { + "TX\\-02:size=10", "Noto Sans Display Nerd Font:size=10" }; -- cgit 1.4.1