summaryrefslogtreecommitdiffstats
path: root/sway/ipc-json.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/ipc-json.c')
-rw-r--r--sway/ipc-json.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/ipc-json.c b/sway/ipc-json.c
index e7ab988c..ca45557c 100644
--- a/sway/ipc-json.c
+++ b/sway/ipc-json.c
@@ -241,6 +241,7 @@ json_object *ipc_json_describe_bar_config(struct bar_config *bar) {
241 json_object_object_add(json, "separator_symbol", json_object_new_string(bar->separator_symbol)); 241 json_object_object_add(json, "separator_symbol", json_object_new_string(bar->separator_symbol));
242 } 242 }
243 json_object_object_add(json, "bar_height", json_object_new_int(bar->height)); 243 json_object_object_add(json, "bar_height", json_object_new_int(bar->height));
244 json_object_object_add(json, "wrap_scroll", json_object_new_boolean(bar->wrap_scroll));
244 json_object_object_add(json, "workspace_buttons", json_object_new_boolean(bar->workspace_buttons)); 245 json_object_object_add(json, "workspace_buttons", json_object_new_boolean(bar->workspace_buttons));
245 json_object_object_add(json, "strip_workspace_numbers", json_object_new_boolean(bar->strip_workspace_numbers)); 246 json_object_object_add(json, "strip_workspace_numbers", json_object_new_boolean(bar->strip_workspace_numbers));
246 json_object_object_add(json, "binding_mode_indicator", json_object_new_boolean(bar->binding_mode_indicator)); 247 json_object_object_add(json, "binding_mode_indicator", json_object_new_boolean(bar->binding_mode_indicator));