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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h
index 2d9ba0d9..2518d5aa 100644
--- a/include/swaybar/bar.h
+++ b/include/swaybar/bar.h
@@ -46,6 +46,8 @@ struct swaybar {
46#if HAVE_TRAY 46#if HAVE_TRAY
47 struct swaybar_tray *tray; 47 struct swaybar_tray *tray;
48#endif 48#endif
49
50 bool running;
49}; 51};
50 52
51struct swaybar_output { 53struct swaybar_output {