Exibir porcentagem de bateria de dispositivo bluetooth
Exibir porcentagem de bateria de dispositivo bluetooth

github.com
Info to get this to work on arch linux · Issue #52 · MichalW/gnome-bluetooth-battery-indicator

Exibir porcentagem de bateria de dispositivo bluetooth
Funcionando no Manjaro/Gnome
It took me a while to figure it out. I thought I outline the steps it took for me to make this extension work on arch linux as of today
- Install dependencies:
yay -S upower bluez-utils
- start upower:
sudo systemctl start upower
- stop bluetooth:
sudo systemctl stop bluetooth
- edit /etc/bluetooth/main.conf:
sudo vim /etc/bluetooth/main.conf
, enable the experimental feature (checkout arch wiki)- restart bluetooth:
sudo systemctl stop bluetooth; sudo systemctl start bluetooth
- install this extension and the icon and battery percentage should show up:
Fonte : https://github.com/MichalW/gnome-bluetooth-battery-indicator/issues/52