Implement status line

Does not yet support i3bar json protocol
This commit is contained in:
Drew DeVault 2018-03-29 15:16:12 -04:00
parent 718502c815
commit 0d0ab7c5ce
7 changed files with 178 additions and 54 deletions

View file

@ -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;