diff options
| author | gnidorah <gnidorah@users.noreply.github.com> | 2017-11-22 09:04:46 +0300 |
|---|---|---|
| committer | Calvin Lee <cyrus296@gmail.com> | 2017-12-29 12:11:51 -0700 |
| commit | 4d34bc393e7b144fbc105537f17bee329c44814d (patch) | |
| tree | ed17f848e7ac95c919d23424671a8a8ad5651a86 /include | |
| parent | 87a55dfe5cd6805906fc08f3f03083a2649e84a0 (diff) | |
Keep tray separate
Diffstat (limited to 'include')
| -rw-r--r-- | include/swaybar/bar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h index 96c4365c..7ec09e3e 100644 --- a/include/swaybar/bar.h +++ b/include/swaybar/bar.h @@ -29,7 +29,9 @@ struct output { char *name; int idx; bool focused; +#ifdef ENABLE_TRAY bool active; +#endif }; struct workspace { |
