From ed3a6e720b55ea0be8adabcbc650d2f04c6d5fda Mon Sep 17 00:00:00 2001 From: ProsperousPotato <114923153+ProsperousPotato@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:41:26 +0000 Subject: update dmenu config --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index c6b251a..b43383e 100755 --- 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[] = { - "Terminus:pixelsize=14" + "Terminess Nerd Font Mono:pixelsize=14" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { @@ -12,6 +12,7 @@ static const char *colors[SchemeLast][2] = { [SchemeNorm] = { "#bbbbbb", "#000000" }, [SchemeSel] = { "#000000", "#bbbbbb" }, [SchemeOut] = { "#000000", "#00ffff" }, + [SchemePrompt] = { "#444444", "#000000" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ static unsigned int lines = 0; -- cgit v1.2.3