aboutsummaryrefslogtreecommitdiff
path: root/include/bar/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bar/config.h')
-rw-r--r--include/bar/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bar/config.h b/include/bar/config.h
index 508b9c42..dfad0ba4 100644
--- a/include/bar/config.h
+++ b/include/bar/config.h
@@ -4,6 +4,8 @@
#include <stdint.h>
#include <stdbool.h>
+#include "list.h"
+
/**
* Colors for a box with background, border and text colors.
*/
@@ -25,6 +27,7 @@ struct config {
bool strip_workspace_numbers;
bool binding_mode_indicator;
bool workspace_buttons;
+ list_t *outputs;
int height;