mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Renamed to pango_markup
This commit is contained in:
parent
ee4e245f16
commit
0f1cfdec61
9 changed files with 18 additions and 18 deletions
|
|
@ -600,7 +600,7 @@ json_object *ipc_json_describe_bar_config(struct bar_config *bar) {
|
|||
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));
|
||||
json_object_object_add(json, "verbose", json_object_new_boolean(bar->verbose));
|
||||
json_object_object_add(json, "plaintext_markup", json_object_new_boolean(bar->plaintext_markup));
|
||||
json_object_object_add(json, "pango_markup", json_object_new_boolean(bar->pango_markup));
|
||||
|
||||
json_object *colors = json_object_new_object();
|
||||
json_object_object_add(colors, "background", json_object_new_string(bar->colors.background));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue