diff options
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 8 |
1 files changed, 6 insertions, 2 deletions
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 { |
