summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 32562908..7e4fda7e 100644
--- a/include/config.h
+++ b/include/config.h
@@ -92,6 +92,7 @@ struct bar_config {
92 enum desktop_shell_panel_position position; 92 enum desktop_shell_panel_position position;
93 list_t *bindings; 93 list_t *bindings;
94 char *status_command; 94 char *status_command;
95 char *swaybar_command;
95 char *font; 96 char *font;
96 int height; // -1 not defined 97 int height; // -1 not defined
97 int tray_padding; 98 int tray_padding;