diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config.h b/config.h new file mode 100644 index 0000000..be2c0c6 --- /dev/null +++ b/config.h @@ -0,0 +1,12 @@ +/* See LICENSE file for copyright and license details. */ +static Bool topbar = True; +static const char *fonts[]={ + "monospace:size=8" +}; +static char *secchar = "*"; +static char *description = NULL; +static char *prompt = "PIN:"; +static const char *normbgcolor = "#000000"; +static const char *normfgcolor = "#ffffff"; +static const char *selbgcolor = "#ff0000"; +static const char *selfgcolor = "#ffffff"; |