diff options
Diffstat (limited to 'include/swaybar/bar.h')
| -rw-r--r-- | include/swaybar/bar.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h index 50d36e76..7ec09e3e 100644 --- a/include/swaybar/bar.h +++ b/include/swaybar/bar.h @@ -21,6 +21,7 @@ struct bar { struct output { struct window *window; struct registry *registry; + struct output_state *state; list_t *workspaces; #ifdef ENABLE_TRAY list_t *items; @@ -28,6 +29,9 @@ struct output { char *name; int idx; bool focused; +#ifdef ENABLE_TRAY + bool active; +#endif }; struct workspace { |
