MichalW / gnome-bluetooth-battery-indicator

Gnome-Shell extension displaying battery percentage for bluetooth devices
GNU General Public License v3.0
118 stars 39 forks source link

Polling on connection and disconnection of the device #72

Open 4javier opened 1 year ago

4javier commented 1 year ago

At the moment it looks like once the headset is connected the extension sows up only after the poll interval expires. Same thing happens on disconnection, with the indicator staying there for some time despite switch for hiding when no headset connection is enabled. I think it should listen for connection/disconnection of devices of the right class. It's useful for the user to know battery level at the exact moment he connects them.