Set default dmenu prompt
parent
5373c3a012
commit
afbb55170d
|
@ -8,7 +8,7 @@ static int min_width = 500; /* minimum width when centered */
|
|||
static const char *fonts[] = {
|
||||
"Iosevka Term SS08:size=14"
|
||||
};
|
||||
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
|
||||
static const char *prompt = "❭ "; /* -p option; prompt to the left of input field */
|
||||
static const char *colors[SchemeLast][2] = {
|
||||
/* fg bg */
|
||||
[SchemeNorm] = { "#555555", "#111111" },
|
||||
|
|
Loading…
Reference in New Issue