Installation

Gnome Extension Website

  • The extension is available on the Gnome Extension Website https://extensions.gnome.org/, where it undergoes a review process upon submission.
  • Therefore, it’s recommended to install this extension from the website.

Using Apps

Using dbus command

busctl --user call org.gnome.Shell.Extensions /org/gnome/Shell/Extensions org.gnome.Shell.Extensions InstallRemoteExtension s Airpod-Battery-Monitor@maniacx.github.com
  • Running this in console/terminal will download and install extension from Gnome Extension Website.

From Github

  • Installation from sources is not recommended but can be done for debugging or testing new updates not yet submitted to Gnome Extension.
  • A prerequisite is that gettext needs to be installed.
  • Run ./install.sh from terminal to install.
  • Open terminal and

Uninstallation

To uninstall this extension, use the Extensions or Extension Manager app.

Or

Using commandline to uninstall

gnome-extensions uninstall Airpod-Battery-Monitor@maniacx.github.com

Although not neccesary, to take a step further and remove all gsettings saved by this extension, you can use the following terminal command:

gsettings --schemadir /home/$USER/.local/share/gnome-shell/extensions/Airpod-Battery-Monitor@maniacx.github.com/schemas reset-recursively org.gnome.shell.extensions.Airpod-Battery-Monitor