aboutsummaryrefslogtreecommitdiffstats
path: root/sway/ipc-json.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/ipc-json.c')
-rw-r--r--sway/ipc-json.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/ipc-json.c b/sway/ipc-json.c
index 19930319..15f89f65 100644
--- a/sway/ipc-json.c
+++ b/sway/ipc-json.c
@@ -681,6 +681,10 @@ json_object *ipc_json_describe_bar_config(struct bar_config *bar) {
681 } 681 }
682 json_object_object_add(json, "bar_height", 682 json_object_object_add(json, "bar_height",
683 json_object_new_int(bar->height)); 683 json_object_new_int(bar->height));
684 json_object_object_add(json, "status_padding",
685 json_object_new_int(bar->status_padding));
686 json_object_object_add(json, "status_edge_padding",
687 json_object_new_int(bar->status_edge_padding));
684 json_object_object_add(json, "wrap_scroll", 688 json_object_object_add(json, "wrap_scroll",
685 json_object_new_boolean(bar->wrap_scroll)); 689 json_object_new_boolean(bar->wrap_scroll));
686 json_object_object_add(json, "workspace_buttons", 690 json_object_object_add(json, "workspace_buttons",