Max Verevkin
Max Verevkin
> but now it froze completely apparently Looks like a bug, can you reproduce it again?
Some more thoughts. Suppose each block has an `enum` of "actions". For example, a `sound` block has ```rust pub enum Action { Mute, IncVolBy(u8), DecVolBy(u8), } ``` Instead of receiving...
> I just noticed that when overriding the left mouse button click for music that it also overrides the click actions for the play/pause/prev "widgets", which IIRC didn't happen with...
This way we no longer need `pass`
Bar-side implementation is surprisingly easy btw: https://github.com/MaxVerevkin/i3bar-river/pull/1/commits/a68c55c3462fa9c716a4d286a11cc451ac917800
> Have you tried discussing this with i3 as well? No, not yet. Will send a feature request if no one does it before me when I'll have time.
> If it's really that confusing then we could just leave the new name as-is? I'm okay with that. Will just need to update the README and NEWS.
Is this still relevant? > moving us away from (expensive) polling Netlink also provides a way to subscribe to network changes. This blog post can be used as an exaple:...
I think it happened in #1618. We can either make `$text` and `$short_text` not escaped (like any `$icon`), or if we go with #1605, an argument can be added to...
Or `" $text.str(pango:true) "`.