Michael Palmos

Results 78 comments of Michael Palmos

I've added `RenderCriteria::Note` in master. You can use it like this: In `wired.ron`: ``` render_criteria: [Note("mute")], ``` When sending the notification: ``` $ notify-send "Summary" "Body" --hint="string:wired-note:mute" ```

There's some basic shape support now thanks to @GarmOfGnipahellir. Only cuboids/rects right now, but more should be able to be added easily.

I think if we want to use wayland we should just bite the bullet and render to a surface in memory, then blit the result to whatever context wayland/x11 gives...

I recently came across https://github.com/wez/wezterm, which does configuration in a lua file. Basically, you can run any lua code you like, then export the config in a `return` block, e.g.:...

I agree to re-license the code from bevy_debug_lines used in this PR to the dual MIT/Apache-2.0 license Bevy uses. I didn't even realise that the license was limiting.

What does the notification string look like?

Sorry, where is the url in that notification? The shortcut you're using searches for urls in notification text, but I can't see any there.

We can have this as an option for sure, thanks! Will get to that soon.

Thanks for this. I'll take a proper look tomorrow and make sure everything runs fine, but should be good. Could you also update the version table in the README?

I'm not sure why, but when I try to run the examples on this branch I get a compile error in `bevy_reflect`: ``` 101 | ~/D/bevy_prototype_debug_lines --> cargo run --example...