aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-07-11 13:08:26 +0200
committerFederico Angelilli <code@fedang.net>2024-07-11 13:08:26 +0200
commit226c6b5bf79912b657c7cb4c5a679891030fa453 (patch)
treea465033a13d4d14cb886334f154f8f7af81a3b3e /src/config.h
parent39e0f4e90dccbfb38db14a0cd4f596c1b5006b19 (diff)
Start working on block config
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 3596882..007393b 100644
--- a/src/config.h
+++ b/src/config.h
@@ -3,7 +3,10 @@
#include <stdio.h>
+#include "block.h"
+
typedef struct {
+ block_t block;
char *font;
char *monitor;
unsigned int height;