aboutsummaryrefslogtreecommitdiffstats
path: root/include/swaybar/bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/swaybar/bar.h')
-rw-r--r--include/swaybar/bar.h1
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 {
68 struct wl_list link; // swaybar_output::workspaces 68 struct wl_list link; // swaybar_output::workspaces
69 int num; 69 int num;
70 char *name; 70 char *name;
71 char *label;
71 bool focused; 72 bool focused;
72 bool visible; 73 bool visible;
73 bool urgent; 74 bool urgent;