Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoniofs23/bt-battery-indicator
a simple linux panel app that outputs the battery life of connected bluetooth devices
https://github.com/antoniofs23/bt-battery-indicator
battery-life bluetooth bluetooth-devices gtk linux-app open-source
Last synced: about 1 month ago
JSON representation
a simple linux panel app that outputs the battery life of connected bluetooth devices
- Host: GitHub
- URL: https://github.com/antoniofs23/bt-battery-indicator
- Owner: antoniofs23
- License: gpl-3.0
- Created: 2023-12-13T22:54:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-15T04:41:11.000Z (10 months ago)
- Last Synced: 2024-09-29T16:01:35.431Z (about 2 months ago)
- Topics: battery-life, bluetooth, bluetooth-devices, gtk, linux-app, open-source
- Language: Python
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Python application](https://github.com/antoniofs23/bt-battery-indicator/actions/workflows/python-app.yml/badge.svg)](https://github.com/antoniofs23/bt-battery-indicator/actions/workflows/python-app.yml)
# Quick Intro
a simple linux panel app that outputs the battery percent of connected bluetooth devices.![Screenshot from 2023-12-28 17-20-47](https://github.com/antoniofs23/bt-battery-indicator/assets/39067846/81287b34-f49e-47ef-8335-b8e957e554fb)
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 line `99` on `main.py`
## Installation
1. clone this repo to your home directory via:
`git clone https://github.com/antoniofs23/bt-battery-indicator.git`
2. In app directory run the `INSTALL.sh` file (first make it executable via `chmod +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## running the app
The app should auto-start on login.
However, it can also be run through the `bt-battery` terminal command