From 2fef7a836cbf9561dce8f536da2ece96296372bf Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Fri, 31 Jan 2025 21:15:55 -0500 Subject: refactor: re-🍚 fonts --- .local/src/dmenu-dunst/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/src/dmenu-dunst/config.def.h') diff --git a/.local/src/dmenu-dunst/config.def.h b/.local/src/dmenu-dunst/config.def.h index 609a488..2f31ff3 100644 --- a/.local/src/dmenu-dunst/config.def.h +++ b/.local/src/dmenu-dunst/config.def.h @@ -7,7 +7,7 @@ static int min_width = 250; /* minimum width when centered */ static const float menu_height_ratio = 4.0f; /* This is the ratio used in the original calculation */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "JetBrains Mono:size=14", + "Roboto Mono:size=14", "Noto Color Emoji:size=14" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ -- cgit v1.2.3