diff options
| author | Drew DeVault <sir@cmpwn.com> | 2018-03-27 08:36:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-27 08:36:29 -0400 |
| commit | ef169fcaeb17ec40cf83e54bba2ddbdcff10936f (patch) | |
| tree | db2771489afbfbffcc77a038867bcc45117ba38a /include/swaybar | |
| parent | 45f14fcb24b6dae8bb78efb1ec7d7a51cb9a4d2c (diff) | |
| parent | 54444e7587589309e329c539ed2b2d505b443ba7 (diff) | |
Merge pull request #1636 from jrouleau/master
swaybar: correctly render min_width for strings
Diffstat (limited to 'include/swaybar')
| -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; |
