Use standard settings from dmenu

pull/4/head
Moritz Luedecke 7 years ago
parent 47d89812c2
commit 46c871b744

@ -4,11 +4,13 @@
static int topbar = 1;
static int minpwlen = 32;
static const char *fonts[] = {
"Noto Sans UI:size=13" // "monospace:size=10"
"monospace:size=10"
};
static const char *prompt = "🔑"; //NULL;
static const char *asterisk = ""; //"*";
static const char *colors[SchemeLast][2] = {
[SchemeNorm] = { "#ffffff", "#000000" }, // "#bbbbbb", "#222222" },
[SchemeSel] = { "#eeeeee", "#d9904a" } // "#eeeeee", "#005577" }
static const char *prompt = NULL;
static const char *asterisk = "*";
static const char *colors[SchemeLast][4] = {
[SchemePrompt] = { "#bbbbbb", "#222222" },
[SchemeNormal] = { "#bbbbbb", "#222222" },
[SchemeSelect] = { "#eeeeee", "#005577" },
[SchemeDesc] = { "#bbbbbb", "#222222" }
};

Loading…
Cancel
Save