From 9139d7dda4da7c4f4d78fd1514f182696056cbb1 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Mon, 3 Oct 2022 20:43:34 +0200 Subject: pinentry-dmenu --- pinentry-dmenu/config.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pinentry-dmenu/config.h (limited to 'pinentry-dmenu/config.h') diff --git a/pinentry-dmenu/config.h b/pinentry-dmenu/config.h new file mode 100644 index 0000000..8e5d90a --- /dev/null +++ b/pinentry-dmenu/config.h @@ -0,0 +1,19 @@ +/* See LICENSE file for copyright and license details. */ +/* Default settings; can be overriden by command line. */ + +static int bottom = 0; +static int embedded = 0; +static int minpwlen = 32; +static int mon = -1; + +static const char *asterisk = "*"; +static const char *fonts[] = { + "monospace:size=10" +}; +static const char *prompt = NULL; +static const char *colors[SchemeLast][4] = { + [SchemePrompt] = { "#bbbbbb", "#222222" }, + [SchemeNormal] = { "#bbbbbb", "#222222" }, + [SchemeSelect] = { "#eeeeee", "#005577" }, + [SchemeDesc] = { "#bbbbbb", "#222222" } +}; -- cgit v1.2.3