summaryrefslogtreecommitdiffstats
path: root/sway/ipc-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/ipc-server.c')
-rw-r--r--sway/ipc-server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/ipc-server.c b/sway/ipc-server.c
index 0ab6af49..4d9264e8 100644
--- a/sway/ipc-server.c
+++ b/sway/ipc-server.c
@@ -600,7 +600,7 @@ json_object *ipc_json_describe_bar_config(struct bar_config *bar) {
600 json_object_object_add(json, "strip_workspace_numbers", json_object_new_boolean(bar->strip_workspace_numbers)); 600 json_object_object_add(json, "strip_workspace_numbers", json_object_new_boolean(bar->strip_workspace_numbers));
601 json_object_object_add(json, "binding_mode_indicator", json_object_new_boolean(bar->binding_mode_indicator)); 601 json_object_object_add(json, "binding_mode_indicator", json_object_new_boolean(bar->binding_mode_indicator));
602 json_object_object_add(json, "verbose", json_object_new_boolean(bar->verbose)); 602 json_object_object_add(json, "verbose", json_object_new_boolean(bar->verbose));
603 json_object_object_add(json, "plaintext_markup", json_object_new_boolean(bar->plaintext_markup)); 603 json_object_object_add(json, "pango_markup", json_object_new_boolean(bar->pango_markup));
604 604
605 json_object *colors = json_object_new_object(); 605 json_object *colors = json_object_new_object();
606 json_object_object_add(colors, "background", json_object_new_string(bar->colors.background)); 606 json_object_object_add(colors, "background", json_object_new_string(bar->colors.background));