update
This commit is contained in:
parent
927faeb7f2
commit
38fa8bd384
8 changed files with 2 additions and 2 deletions
4
config.h
4
config.h
|
@ -4,13 +4,13 @@
|
|||
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[] = {
|
||||
"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 *colors[SchemeLast][2] = {
|
||||
/* fg bg */
|
||||
[SchemeNorm] = { "#bbbbbb", "#222222" },
|
||||
[SchemeSel] = { "#eeeeee", "#005577" },
|
||||
[SchemeSel] = { "#eeeeee", "#1c343c" },
|
||||
[SchemeOut] = { "#000000", "#00ffff" },
|
||||
};
|
||||
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
|
||||
|
|
BIN
dmenu
BIN
dmenu
Binary file not shown.
BIN
dmenu.o
BIN
dmenu.o
Binary file not shown.
0
dmenu_run
Executable file → Normal file
0
dmenu_run
Executable file → Normal file
BIN
drw.o
BIN
drw.o
Binary file not shown.
BIN
stest
BIN
stest
Binary file not shown.
BIN
stest.o
BIN
stest.o
Binary file not shown.
BIN
util.o
BIN
util.o
Binary file not shown.
Loading…
Reference in a new issue