[swaybar] Get bar config via IPC

This commit is contained in:
Drew DeVault 2015-12-15 22:22:22 -05:00
parent f80e7364b1
commit 473ac4531f
2 changed files with 42 additions and 17 deletions

View file

@ -455,6 +455,7 @@ void ipc_client_handle_command(struct ipc_client *client) {
const char *json_string = json_object_to_json_string(json);
ipc_send_reply(client, json_string, (uint32_t)strlen(json_string));
json_object_put(json); // free
break;
}
}
default: