Major config changes

This commit is contained in:
2024-06-03 18:05:52 +01:00
parent a5780b3360
commit 2ada336f03
6 changed files with 28 additions and 24 deletions

View File

@@ -8,10 +8,10 @@ static const char *fonts[] = {
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
/* fg bg */
/* fg bg */
[SchemeNorm] = { "#ebdbb2", "#282828" },
[SchemeSel] = { "#ebdbb2", "#98971a" },
[SchemeOut] = { "#ebdbb2", "#8ec07c" },
[SchemeSel] = { "#282828", "#ebdbb2" },
[SchemeOut] = { "#ebdbb2", "#8ec07c" },
};
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
static unsigned int lines = 0;

View File

@@ -8,10 +8,10 @@ static const char *fonts[] = {
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
/* fg bg */
/* fg bg */
[SchemeNorm] = { "#ebdbb2", "#282828" },
[SchemeSel] = { "#ebdbb2", "#98971a" },
[SchemeOut] = { "#ebdbb2", "#8ec07c" },
[SchemeSel] = { "#282828", "#ebdbb2" },
[SchemeOut] = { "#ebdbb2", "#8ec07c" },
};
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
static unsigned int lines = 0;