diff options
author | v44r <dv@v44r.com> | 2019-01-31 10:45:12 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2019-01-31 15:37:57 +0100 |
commit | 204e1f47122d5a48865802dd1fb94fe0f05c2401 (patch) | |
tree | 313dd04af04ccdbbca2c8292e1b304a0ffb89ba7 /include/swaybar/i3bar.h | |
parent | 1049f360e1d2eae1eb2c1306ca6320a5a9172810 (diff) |
Rebase #1636 against current master
Diffstat (limited to 'include/swaybar/i3bar.h')
-rw-r--r-- | include/swaybar/i3bar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/swaybar/i3bar.h b/include/swaybar/i3bar.h index aa4415ff..5b6001ce 100644 --- a/include/swaybar/i3bar.h +++ b/include/swaybar/i3bar.h @@ -7,7 +7,7 @@ struct i3bar_block { struct wl_list link; // status_link::blocks int ref_count; - char *full_text, *short_text, *align; + char *full_text, *short_text, *align, *min_width_str; bool urgent; uint32_t *color; int min_width; |