mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
Rebase #1636 against current master
This commit is contained in:
parent
1049f360e1
commit
204e1f4712
3 changed files with 9 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue