More fix
This commit is contained in:
parent
954ad10b9f
commit
b40de8e276
@ -4,11 +4,10 @@
|
|||||||
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[] = {
|
||||||
"unscii:antialias=false:size=12", "monospace:size=10"
|
"unscii:antialias=false:size=11", "monospace: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] = { "#ff0000", "#000000" },
|
[SchemeNorm] = { "#ff0000", "#000000" },
|
||||||
[SchemeSel] = { "#ff0000", "#ffffff" },
|
[SchemeSel] = { "#ff0000", "#ffffff" },
|
||||||
[SchemeOut] = { "#000000", "#ffffff" },
|
[SchemeOut] = { "#000000", "#ffffff" },
|
||||||
|
Loading…
Reference in New Issue
Block a user