This commit is contained in:
coast 2025-08-15 16:33:23 +03:30
parent 7c161b53b0
commit 85f03a23b7
6 changed files with 5 additions and 5 deletions

View file

@ -6,14 +6,14 @@ static int topbar = 1; /* -b option; if 0, dmenu appears a
static const int user_bh = 0; /* add an defined amount of pixels to the bar height */ static const int user_bh = 0; /* add an defined amount of pixels to the bar height */
static const char *fonts[] = { static const char *fonts[] = {
"Departure Mono:size=13" "monospace:size=13"
}; };
static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = { static const char *colors[SchemeLast][2] = {
/* fg bg */ /* fg bg */
[SchemeNorm] = { "#a8dcee", "#000000" }, // text #a8dcee on black background [SchemeNorm] = { "#bbbbbb", "#222222" },
[SchemeSel] = { "#000000", "#a8dcee" }, // text black on #a8dcee background [SchemeSel] = { "#eeeeee", "#005577" },
[SchemeOut] = { "#000000", "#a8dcee" }, // text black on #a8dcee background (optional) [SchemeOut] = { "#000000", "#00ffff" },
}; };
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */ /* -l option; if nonzero, dmenu uses vertical list with given number of lines */
static unsigned int lines = 0; static unsigned int lines = 0;

Binary file not shown.

Binary file not shown.

View file

@ -2,7 +2,7 @@
WMENU="wmenu" WMENU="wmenu"
DMENU="dmenu" DMENU="dmenu"
BROWSER="chromium" BROWSER="firefox-bin"
NOTIFY="notify-send" NOTIFY="notify-send"
CHOICES="Paulgo CHOICES="Paulgo

Binary file not shown.

Binary file not shown.