summaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 35f8d5f7..999a471a 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -133,7 +133,17 @@ struct bar_config {
133 char *swaybar_command; 133 char *swaybar_command;
134 char *font; 134 char *font;
135 int height; // -1 not defined 135 int height; // -1 not defined
136 int tray_padding; 136
137#ifdef ENABLE_TRAY
138 // Tray
139 char *tray_output;
140 char *icon_theme;
141 uint32_t tray_padding;
142 uint32_t activate_button;
143 uint32_t context_button;
144 uint32_t secondary_button;
145#endif
146
137 bool workspace_buttons; 147 bool workspace_buttons;
138 bool wrap_scroll; 148 bool wrap_scroll;
139 char *separator_symbol; 149 char *separator_symbol;