aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorProsperousPotato <114923153+ProsperousPotato@users.noreply.github.com>2025-12-02 17:41:26 +0000
committerGitHub <noreply@github.com>2025-12-02 17:41:26 +0000
commited3a6e720b55ea0be8adabcbc650d2f04c6d5fda (patch)
tree25fc94db558f4c3992c3305ee99511b546fab2d1 /config.h
parent486d6079038c3e34bf8e0c89e44b14a1907c91c3 (diff)
update dmenu config
Diffstat (limited to 'config.h')
-rwxr-xr-xconfig.h3
1 files changed, 2 insertions, 1 deletions
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;