1
1
mirror of https://github.com/swaywm/sway synced 2024-11-18 23:14:03 +01:00
sway/swaybar
Ian Fan 7882ac66ef swaybar: rewrite i3bar protocol handling
This now correctly handles an incoming json infinite array by shifting
most of the heavy listing to the json-c parser, as well as sending
multiple statuses at once. It also removes the struct
i3bar_protocol_state and moves its members into the status_line struct,
allowing the same buffer to be used for both protocols.
2018-09-18 11:36:33 +01:00
..
bar.c
config.c
event_loop.c
i3bar.c swaybar: rewrite i3bar protocol handling 2018-09-18 11:36:33 +01:00
ipc.c
main.c
meson.build
render.c swaybar: rewrite i3bar protocol handling 2018-09-18 11:36:33 +01:00
status_line.c swaybar: rewrite i3bar protocol handling 2018-09-18 11:36:33 +01:00