From 22641740571a7c04186e6cff689f2ac8bbddece7 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sat, 8 Apr 2023 08:37:49 +0200 Subject: update bar on title change --- config.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.h (limited to 'config.h') diff --git a/config.h b/config.h new file mode 100644 index 0000000..edfc824 --- /dev/null +++ b/config.h @@ -0,0 +1,11 @@ +#include + +/* The colors are in ARGB format */ +static uint32_t background = 0xff282828; +static uint32_t foreground = 0xffffffff; +static uint32_t highlight = 0xffb16286; + +static uint32_t height = 30; +static uint32_t padding = 10; +static const char *fontpath = "/usr/share/fonts/TTF/Sauce Code Pro Nerd Font Complete Mono.ttf"; +static const char *statusfile = "/tmp/statusline"; -- cgit v1.2.3-70-g09d2