mirror of
https://github.com/swaywm/sway.git
synced 2026-03-09 05:34:13 -04:00
Implement status line
Does not yet support i3bar json protocol
This commit is contained in:
parent
718502c815
commit
0d0ab7c5ce
7 changed files with 178 additions and 54 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue