aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
blob: edfc8240759bdca6cd6a23dfd15052e7f82a69b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <stdint.h>

/* 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";