aboutsummaryrefslogtreecommitdiff
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index a14b7e48..c41bb8b3 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -163,6 +163,10 @@ struct bar_config {
char binding_mode_border[10];
char binding_mode_bg[10];
char binding_mode_text[10];
+
+ bool has_binding_mode_border;
+ bool has_binding_mode_bg;
+ bool has_binding_mode_text;
} colors;
};