===============
Battery indicator for mouse. Based on https://extensions.gnome.org/extension/2170/keyboard-battery/
================
- From your terminal, go to "~/.local/share/gnome-shell/extensions"
- Clone the source code from git: git clone https://github.com/codilia/mouse-battery.git mouse-battery@codilia.com
- 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 | grep mouse -A 7' in your terminnal method 2: Run gnome-power-statistics
- Check gnome-shell log: journalctl /usr/bin/gnome-shell | grep mBatt # this commmand will dump all gnome-shell log ever record journalctl -f /usr/bin/gnome-shell | grep mBatt # this will only show new log