diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-03-27 01:14:03 +0000 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-03-27 01:14:03 +0000 |
| commit | 47e78cee23bde3fbea569a616a470e06c0dfed99 (patch) | |
| tree | db2771489afbfbffcc77a038867bcc45117ba38a /include | |
| parent | a0edc48046a34107f7c60b2edecba66049b4544d (diff) | |
swaybar: correctly render min_width for strings
fixes #1635
Diffstat (limited to 'include')
| -rw-r--r-- | include/swaybar/status_line.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/swaybar/status_line.h b/include/swaybar/status_line.h index 3ec0fcd0..93cb0ee2 100644 --- a/include/swaybar/status_line.h +++ b/include/swaybar/status_line.h @@ -17,7 +17,7 @@ struct status_line { }; struct status_block { - char *full_text, *short_text, *align; + char *full_text, *short_text, *align, *min_width_str; bool urgent; uint32_t color; int min_width; |
