diff options
| author | Drew DeVault <sir@cmpwn.com> | 2018-03-29 15:16:12 -0400 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2018-03-29 22:11:08 -0400 |
| commit | 0d0ab7c5ce148bce841fa0682d04bc7b6c21b902 (patch) | |
| tree | bc3dcefa0e306ac00d81a0cabbd6a0404d7baff6 /include/swaybar/bar.h | |
| parent | 718502c815d0af81b4ab71fb6b86976b5403adf9 (diff) | |
Implement status line
Does not yet support i3bar json protocol
Diffstat (limited to 'include/swaybar/bar.h')
| -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 c89aa61c..1bf2ea2d 100644 --- a/include/swaybar/bar.h +++ b/include/swaybar/bar.h @@ -16,6 +16,7 @@ struct swaybar { struct swaybar_config *config; struct swaybar_output *focused_output; + struct status_line *status; int ipc_event_socketfd; int ipc_socketfd; |
