From 54444e7587589309e329c539ed2b2d505b443ba7 Mon Sep 17 00:00:00 2001 From: Jonathan Rouleau Date: Tue, 27 Mar 2018 01:14:03 +0000 Subject: swaybar: correctly render min_width for strings fixes #1635 --- include/swaybar/status_line.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/swaybar') 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; -- cgit v1.2.3-54-g00ecf