a simple linux panel app that outputs the battery percent of connected bluetooth devices.
usage:
-
the
manual refresh
bypasses the default 5min refresh -- useful if you just added a new device -
the
add device
opens up bt setting on GNOME, it can easily be set up to work on your DE of choice by changing line99
onmain.py
- clone this repo to your home directory via:
git clone https://github.com/antoniofs23/bt-battery-indicator.git
- In app directory run the
INSTALL.sh
file (first make it executable viachmod +x INSTALL.sh
)
Note
the install file assumes python is already installed (which it normally is) if not python3 is required prior to running INSTALL.sh
. To quickly check if python is installed run python -V
in your terminal
The app should auto-start on login.
However, it can also be run through the bt-battery
terminal command