andyvorld / LGSTrayBattery

A tray app used to track battery levels of wireless Logitech mouse.
GNU General Public License v3.0
391 stars 33 forks source link

Can this tray popup charging status? #52

Closed KH0000001 closed 1 year ago

KH0000001 commented 1 year ago

I want to display the charging status. If you have some solution, I'd like to know.

andyvorld commented 1 year ago

Currently it is possible to see if the device is being charged. However, I still doing have a good method of checking of when a device goes into charging mode. As when a device gets charged it disconnects and reconnects to windows, and I currently rely on hidapi which does not have a hotplug system so far.