You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the update is periodic. This is a big stretch goal to instead of polling the battery status by running a system process, instead communicate over RPC with a custom written executable (that is of course, cross platform), that can react to battery events such as percent changes and ac power connection (even battery insert and remove).
Roughly it looks like this...
Plugin requires a binary built for the platform (similar to how an lsp server may work)
The client launches the binary and listens to messages from it
On battery change message it updates the battery_status
The text was updated successfully, but these errors were encountered:
Currently the update is periodic. This is a big stretch goal to instead of polling the battery status by running a system process, instead communicate over RPC with a custom written executable (that is of course, cross platform), that can react to battery events such as percent changes and ac power connection (even battery insert and remove).
Roughly it looks like this...
The text was updated successfully, but these errors were encountered: