istat 0.6.0

A lightweight and batteries-included status_command for i3 and sway
Documentation
1
2
3
4
5
6
7
8
9
macro_rules! assert_json_contains {
    ($haystack:expr, $needle:expr$(,)?) => {
        crate::util::json_contains_inner(&$haystack, &$needle)
    };
}

mod i3;
mod spawn;
mod util;