diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-11-17 16:11:28 +0000 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-11-17 16:11:28 +0000 |
| commit | 094de4a466c5cd59ae6fea3b34231b1cf1eb1ff0 (patch) | |
| tree | 81dfd95a863ae17de78a6c69a14dd5698c6de862 /include/swaybar/bar.h | |
| parent | 9d0ff6c5058969120e85ea85e6714827e2fd05ba (diff) | |
Implement strip_workspace_name.
Diffstat (limited to 'include/swaybar/bar.h')
| -rw-r--r-- | include/swaybar/bar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h index 95b20510..57c5114e 100644 --- a/include/swaybar/bar.h +++ b/include/swaybar/bar.h @@ -68,6 +68,7 @@ struct swaybar_workspace { struct wl_list link; // swaybar_output::workspaces int num; char *name; + char *label; bool focused; bool visible; bool urgent; |
