blob: d17810a4bb628acc92b3163f39f900ede316cb29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include <stdint.h>
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;
|