From dace7dca77e9539b5cb459f79c1154d11b3030fe Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 23 Mar 2023 20:28:57 +0100 Subject: first version of wlock --- config.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config.h (limited to 'config.h') diff --git a/config.h b/config.h new file mode 100644 index 0000000..d17810a --- /dev/null +++ b/config.h @@ -0,0 +1,12 @@ +#include + +static const char user[] = "nobody"; +static const char group[] = "nogroup"; + +static uint32_t background = 0xff282828; +static uint32_t foreground = 0xffebdbb2; +static uint32_t inputbar = 0xffb16286; + +static char fontpath[] = "/usr/share/fonts/TTF/Sauce Code Pro Nerd Font Complete Mono.ttf"; +static unsigned username_fontsize = 30; +static unsigned clock_fontsize = 50; -- cgit v1.2.3-70-g09d2