swaybar: correctly render min_width for strings

fixes #1635
This commit is contained in:
Jonathan Rouleau 2018-03-27 01:14:03 +00:00
parent 45f14fcb24
commit 54444e7587
3 changed files with 9 additions and 2 deletions

View file

@ -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;