Crate i3status_ext

Source

Modules§

io

Functions§

begin
Call this function once at program start so that i3status_ext can pass-through the header from stdin which comes initially from i3status.
begin_dummy
dummiy version of begin()
begin_str
Call this function once at program start so that i3status_ext can pass-through the header from given String (used for tests).
update
Insert new an item into i3status’s json string at given position. Call this within a loop continuously to add your custom item into the json data from i3status.