Demarcate i3bar JSON into individual updates

This commit is contained in:
Drew DeVault 2018-03-31 13:07:22 -04:00
parent 122b96abed
commit ee85c91831
4 changed files with 189 additions and 11 deletions

View file

@ -3,6 +3,7 @@ executable(
'bar.c',
'config.c',
'event_loop.c',
'i3bar.c',
'ipc.c',
'main.c',
'render.c',