===============
Battery indicator for UPower-supported mice and keyboards. Based on https://extensions.gnome.org/extension/2170/keyboard-battery/ and https://extensions.gnome.org/extension/3991/bluetooth-battery/
================
- From your terminal, go to "~/.local/share/gnome-shell/extensions"
- Clone the source code from git: git clone https://github.com/codilia/upower-battery.git [email protected]
- Restart gnome-shell: Alt + F2, type 'r' then hit Enter
===================
This extension retrieve device's info using DBusProxy & GlibUPower, if you ever notice any issue with the extension:
- First, check if UPower can see your device, this extension can only see you device if UPower does method 1: Issue 'upower -d | egrep 'mouse|keyboard' -A 7' in your terminnal method 2: Run gnome-power-statistics
- Check gnome-shell log: journalctl /usr/bin/gnome-shell | grep upower-battery # this commmand will dump all gnome-shell log ever record journalctl -f /usr/bin/gnome-shell | grep upower-battery # this will only show new log