Max Verevkin

Results 300 comments of Max Verevkin

There is actually a specialized protocol in i3-bar for that: https://github.com/i3/i3/pull/4311, but it is one-way (the script streams json, but does not receive any events) and effectively only works for...

Hi. It looks like `stray` uses `tokio`, so the first step would be to start using `tokio` ourselves (which I used to do at some point but removed (https://github.com/MaxVerevkin/i3bar-river/commit/91381b2c1bb0ee5cb4755ac80769a7838874bbe6) because...

So, a high-level plan can be 1. Transition to `tokio`. 2. Add an option to enable the tray and just render the icons. 3. Add config options to customize the...

> Is there any progress? > As you probably can see, no. Working on this is not my priority, but if someone submits a PR I'll be happy to review...

> So, a high-level plan can be > > 1. Transition to `tokio`. > 2. Add an option to enable the tray and just render the icons. > 3. Add...

Tested sway, it is partially broken. Reattaching a buffer does trigger a configure event, but the exclusive zone isn't cleared.

> Reattaching a buffer does trigger a configure event But only if I resize sway's window (I run it inside another wayland session). So I suppose it is just as...

> why not just call unmap On which object?

> can you link me your test client https://github.com/MaxVerevkin/i3bar-river/tree/hyprland No config. `pkill -SIGUSR1 i3bar-river` to show hide.