Replies: 1 comment 1 reply
-
you could probably use the IPC of niri to add elements to the event loop (or smthin like that idk) and inplement a listener for event that feed into a also, making it possible to execute shell commands when a window closes/opens would be very helpful too, to not make such things extra inefficient and not have them always running. i sadly never used hyprland and dont know how its there. hope that helped :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm very curious to integrate an application into EWW from which I can get events to modify state.
It will help to make these widgets, which depends on environment, like Hyprland, niri and etc. And better to implement the application that listens socket and update data, because the update will be immediate than using bash commands, IMHO.
Instead of using two separated applications (EWW and my application) I want to use together as one application, like it was done in
waybar
.Is it possible to make in EWW or any plans to make it if impossible?
Beta Was this translation helpful? Give feedback.
All reactions