Shows connected Bluetooth headset information in the GNOME top bar.
{
"name": "Bluetooth Headset Monitor",
"description": "Show connected Bluetooth headset information in the GNOME top bar",
"uuid": "bluetooth-headset-monitor@dileepa.dev",
"settings-schema": "org.gnome.shell.extensions.gnome-bluetooth-headset-monitor",
"url": "https://github.com/dileepadev/gnome-bluetooth-headset-monitor",
"version": 1,
"shell-version": ["46", "50", "50.1"]
}-
Clone the repository directly into your local extensions directory:
git clone https://github.com/dileepadev/gnome-bluetooth-headset-monitor.git \ ~/.local/share/gnome-shell/extensions/bluetooth-headset-monitor@dileepa.dev -
Compile GSettings schemas in the extension directory:
glib-compile-schemas ~/.local/share/gnome-shell/extensions/bluetooth-headset-monitor@dileepa.dev/schemas -
Restart GNOME Shell in order to reload the extensions:
- X11: Press
Alt+F2, typer, then pressEnter. - Wayland: Log out and log back in.
- X11: Press
-
Enable the extension:
gnome-extensions enable bluetooth-headset-monitor@dileepa.dev
Note
Read docs/DEVELOPMENT.md for development guidelines.
