mirror of
https://github.com/CoolnsX/repos_scripts.git
synced 2025-12-20 07:15:20 +05:30
update
This commit is contained in:
@@ -10,7 +10,7 @@ static const char *prompt = NULL; /* -p option; prompt to the left of
|
|||||||
static const char *colors[SchemeLast][2] = {
|
static const char *colors[SchemeLast][2] = {
|
||||||
/* fg bg */
|
/* fg bg */
|
||||||
[SchemeNorm] = { "#bbbbbb", "#222222" },
|
[SchemeNorm] = { "#bbbbbb", "#222222" },
|
||||||
[SchemeSel] = { "#eeeeee", "#3A72fe" },
|
[SchemeSel] = { "#eeeeee", "#5b5bff" },
|
||||||
[SchemeOut] = { "#000000", "#3A72FE" },
|
[SchemeOut] = { "#000000", "#3A72FE" },
|
||||||
};
|
};
|
||||||
/* -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 */
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ static const char *prompt = NULL; /* -p option; prompt to the left of
|
|||||||
static const char *colors[SchemeLast][2] = {
|
static const char *colors[SchemeLast][2] = {
|
||||||
/* fg bg */
|
/* fg bg */
|
||||||
[SchemeNorm] = { "#bbbbbb", "#222222" },
|
[SchemeNorm] = { "#bbbbbb", "#222222" },
|
||||||
[SchemeSel] = { "#eeeeee", "#3A72fe" },
|
[SchemeSel] = { "#eeeeee", "#5b5bff" },
|
||||||
[SchemeOut] = { "#000000", "#3A72FE" },
|
[SchemeOut] = { "#000000", "#3A72FE" },
|
||||||
};
|
};
|
||||||
/* -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-5.0/dmenu
BIN
dmenu-5.0/dmenu
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user