mirror of
https://github.com/swaywm/sway.git
synced 2025-11-05 13:29:51 -05:00
Merge pull request #328 from mikkeloscar/bar-height
Add bar height option (Airblader/i3)
This commit is contained in:
commit
809c251df8
4 changed files with 22 additions and 3 deletions
|
|
@ -419,7 +419,7 @@ void ipc_client_handle_command(struct ipc_client *client) {
|
|||
}
|
||||
json_object_object_add(json, "status_command", json_object_new_string(bar->status_command));
|
||||
json_object_object_add(json, "font", json_object_new_string(bar->font));
|
||||
json_object_object_add(json, "bar_height", json_object_new_int(bar->bar_height));
|
||||
json_object_object_add(json, "bar_height", json_object_new_int(bar->height));
|
||||
json_object_object_add(json, "workspace_buttons", json_object_new_boolean(bar->workspace_buttons));
|
||||
json_object_object_add(json, "strip_workspace_numbers", json_object_new_boolean(bar->strip_workspace_numbers));
|
||||
json_object_object_add(json, "binding_mode_indicator", json_object_new_boolean(bar->binding_mode_indicator));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue