this post was submitted on 21 Jul 2023
9 points (100.0% liked)

Linux Brasil

760 readers
1 users here now

Comunidade Lusófona de entusiastas Linux.

Bem vindo ao nosso agregado de links sobre Linux.


Geral

Wiki do c/Linux

Megathread do c/Linux

Chat

founded 1 year ago
MODERATORS
 

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

  1. Install dependencies: yay -S upower bluez-utils

  2. start upower: sudo systemctl start upower

  3. stop bluetooth: sudo systemctl stop bluetooth

  4. edit /etc/bluetooth/main.conf: sudo vim /etc/bluetooth/main.conf, enable the experimental feature (checkout arch wiki)

  5. restart bluetooth: sudo systemctl stop bluetooth; sudo systemctl start bluetooth

  6. install this extension and the icon and battery percentage should show up:

image

Fonte : https://github.com/MichalW/gnome-bluetooth-battery-indicator/issues/52

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here