diff options
| author | gnidorah <gnidorah@users.noreply.github.com> | 2017-11-22 01:47:05 +0300 |
|---|---|---|
| committer | Calvin Lee <cyrus296@gmail.com> | 2017-12-29 12:11:51 -0700 |
| commit | 87a55dfe5cd6805906fc08f3f03083a2649e84a0 (patch) | |
| tree | a5e09e32b8016931f663425437dcac376858e1bf /include/swaybar | |
| parent | cbd0c49a8cf5a11d1bcc27629a7a71f7fb9d9df2 (diff) | |
Fix icon updating on secondary outputs
Diffstat (limited to 'include/swaybar')
| -rw-r--r-- | include/swaybar/bar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h index 6f2a7083..96c4365c 100644 --- a/include/swaybar/bar.h +++ b/include/swaybar/bar.h @@ -29,6 +29,7 @@ struct output { char *name; int idx; bool focused; + bool active; }; struct workspace { |
