diff options
| author | Federico Angelilli <code@fedang.net> | 2024-09-08 22:41:53 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-09-08 22:41:53 +0200 |
| commit | f1f89a745fb46c4b387f3cb6c094e9dd38edf9f6 (patch) | |
| tree | e696fbcd8e3142c7e64e4b1e3148b16f96b79730 /src/config.c | |
| parent | ee8f2ac000a577f20a1a38c5ddd20831a8e38311 (diff) | |
Add date block
Diffstat (limited to 'src/config.c')
| -rw-r--r-- | src/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c index 81932a0..cea99af 100644 --- a/src/config.c +++ b/src/config.c @@ -474,6 +474,7 @@ void config_resolve(config_t *config, block_t *block) block->label = strcopy("main"); block->type = BLOCK_GROUP; + block->min_width = block->max_width = config->width; block->group.spacing = 10; block->group.n_children = config->n_blocks; block->group.children = malloc(config->n_blocks * sizeof(block_t *)); |
