From dbe3d0cfd94fa8f9232226629cb4612bc7df29e4 Mon Sep 17 00:00:00 2001 From: Moritz Luedecke Date: Thu, 10 Aug 2017 07:48:16 +0200 Subject: Add description at the right side --- config.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 492d528..e7d6d6f 100644 --- a/config.h +++ b/config.h @@ -2,12 +2,13 @@ /* Default settings; can be overriden by command line. */ static int topbar = 1; +static int minpwlen = 32; static const char *fonts[] = { - "monospace:size=10" + "Noto Sans UI:size=13" // "monospace:size=10" }; -static const char *prompt = NULL; -static const char *asterisk = "*"; +static const char *prompt = "🔑"; //NULL; +static const char *asterisk = "● "; //"*"; static const char *colors[SchemeLast][2] = { - [SchemeNorm] = { "#bbbbbb", "#222222" }, - [SchemeSel] = { "#eeeeee", "#005577" } + [SchemeNorm] = { "#ffffff", "#000000" }, // "#bbbbbb", "#222222" }, + [SchemeSel] = { "#eeeeee", "#d9904a" } // "#eeeeee", "#005577" } }; -- cgit v1.2.3