This commit is contained in:
Noah Swerhun 2021-03-13 22:34:37 -06:00
parent 927faeb7f2
commit 38fa8bd384
8 changed files with 2 additions and 2 deletions

View file

@ -4,13 +4,13 @@
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
/* -fn option overrides fonts[0]; default X11 font or font set */ /* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = { static const char *fonts[] = {
"Roboto Mono:size=10" "Source Code Pro:size=10"
}; };
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] = { "#bbbbbb", "#222222" }, [SchemeNorm] = { "#bbbbbb", "#222222" },
[SchemeSel] = { "#eeeeee", "#005577" }, [SchemeSel] = { "#eeeeee", "#1c343c" },
[SchemeOut] = { "#000000", "#00ffff" }, [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 */

BIN
dmenu

Binary file not shown.

BIN
dmenu.o

Binary file not shown.

0
dmenu_run Executable file → Normal file
View file

BIN
drw.o

Binary file not shown.

BIN
stest

Binary file not shown.

BIN
stest.o

Binary file not shown.

BIN
util.o

Binary file not shown.