diff options
author | zavok <an2qzavok@gmail.com> | 2015-11-23 17:08:20 +0300 |
---|---|---|
committer | zavok <an2qzavok@gmail.com> | 2015-11-23 17:08:20 +0300 |
commit | 51da5915b03d9b06936ac32f47287beb73d96973 (patch) | |
tree | ad7a5eca744666befa37adb779e4fb2daccc3627 /config.h |
This is a "barely works" version of spine, I hope it works, at least barely.
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"; |