From bdfa5a92e2bededb520dad6741e81128c67fb502 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Mon, 9 Sep 2024 00:23:15 +0200 Subject: Parse block list and resolve groups --- src/config.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 1e674d9..726006e 100644 --- a/src/config.h +++ b/src/config.h @@ -17,6 +17,7 @@ typedef enum { CONFIG_COLOR, CONFIG_ENUM, CONFIG_TIME, + CONFIG_LIST, } config_type_t; typedef struct { @@ -31,10 +32,13 @@ typedef struct { block_t *blocks; char *font; char *monitor; - uint32_t height; - uint32_t width; bool override_redirect; color_t background; + + uint32_t height; + uint32_t width; + uint32_t spacing; + char **children; } config_t; typedef struct { -- cgit v1.2.3