Add carrot to prompt

This commit is contained in:
Tyler Perkins 2021-09-21 23:07:30 -04:00
parent 817a3325aa
commit b9a937a530

View File

@ -6,7 +6,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears a
static const char *fonts[] = { static const char *fonts[] = {
"monospace:size=8" "monospace:size=8"
}; };
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] = { static const char *colors[SchemeLast][2] = {
/* fg bg */ /* fg bg */
[SchemeNorm] = { "#bbbbbb", "#222222" }, [SchemeNorm] = { "#bbbbbb", "#222222" },