diff options
| author | ProsperousPotato <114923153+ProsperousPotato@users.noreply.github.com> | 2025-12-02 17:41:26 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-02 17:41:26 +0000 |
| commit | ed3a6e720b55ea0be8adabcbc650d2f04c6d5fda (patch) | |
| tree | 25fc94db558f4c3992c3305ee99511b546fab2d1 /config.h | |
| parent | 486d6079038c3e34bf8e0c89e44b14a1907c91c3 (diff) | |
update dmenu config
Diffstat (limited to 'config.h')
| -rwxr-xr-x | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |
