pub fn events_stream(
    invert_scrolling: bool,
    double_click_delay: Duration
) -> Pin<Box<dyn Stream<Item = I3BarEvent>>>