]> git.sur5r.net Git - i3/i3/commit
Implement the i3bar JSON protocol (with fallback to plain text)
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 16 Feb 2012 23:27:11 +0000 (23:27 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 16 Feb 2012 23:28:18 +0000 (23:28 +0000)
commit31b9d24c2b7eb4e6f652731fc5f9e9cb32a4ce40
tree52cdd463118fe4eb77f4cae9e397dddadbba1bf5
parenta6c461264c22f2a73b0eb1d34ee3a760187e80e6
Implement the i3bar JSON protocol (with fallback to plain text)

If the first line of the input starts with {"version":, then the input is
considered to be JSON, otherwise it is interpreted as plain text.

Only the "full_text" and "color" parts of a block are currently understood by
i3bar.
i3bar/include/common.h
i3bar/src/child.c
i3bar/src/xcb.c