aboutsummaryrefslogtreecommitdiff
path: root/swaybar/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'swaybar/state.h')
-rw-r--r--swaybar/state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/swaybar/state.h b/swaybar/state.h
index 5949548e..f95e03bc 100644
--- a/swaybar/state.h
+++ b/swaybar/state.h
@@ -20,6 +20,7 @@ struct output {
struct window *window;
struct registry *registry;
list_t *workspaces;
+ char *name;
};
struct workspace {