|
1 | 1 | # Bluetooth Battery Monitor |
2 | 2 |
|
3 | | -<div> |
4 | | - <a href="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/actions/workflows/lint-and-test.yaml"> |
5 | | - <img src="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/actions/workflows/lint-and-test.yaml/badge.svg" alt="Lint&Test"> |
| 3 | +<div align="center"> |
| 4 | + <a href="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/releases"> |
| 5 | + <img src="./gui/backend/icons/128x128.png" alt="Bluetooth Battery Monitor" /> |
| 6 | + </a> |
| 7 | + |
| 8 | + <!-- Release Badges --> |
| 9 | + <p> |
| 10 | + <a href="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/releases/latest"> |
| 11 | + <img src="https://img.shields.io/github/v/release/SARDONYX-sard/bluetooth-battery-monitor?style=flat-square" alt="Latest Release"> |
| 12 | + </a> |
| 13 | + <a href="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/releases"> |
| 14 | + <img src="https://img.shields.io/github/downloads/SARDONYX-sard/bluetooth-battery-monitor/total?style=flat-square" alt="Total Downloads"> |
6 | 15 | </a> |
7 | 16 | <a href="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/actions/workflows/release-gui.yaml"> |
8 | | - <img src="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/actions/workflows/release-gui.yaml/badge.svg" alt="Release"> |
| 17 | + <img src="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/actions/workflows/release-gui.yaml/badge.svg?style=flat-square" alt="Release GUI Status"> |
9 | 18 | </a> |
10 | 19 | <a href="https://opensource.org/licenses/MIT"> |
11 | | - <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License"> |
| 20 | + <img src="https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square" alt="License: MIT"> |
12 | 21 | </a> |
13 | 22 | <a href="https://opensource.org/licenses/Apache-2.0"> |
14 | | - <img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="License"> |
| 23 | + <img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg?style=flat-square" alt="License: Apache 2.0"> |
15 | 24 | </a> |
16 | | -</div> |
| 25 | + <a href="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/stargazers"> |
| 26 | + <img src="https://img.shields.io/github/stars/SARDONYX-sard/bluetooth-battery-monitor?style=social" alt="GitHub Stars"> |
| 27 | + </a> |
| 28 | + </p> |
17 | 29 |
|
18 | | -<p align="center"> |
19 | | - <img src="./gui/backend/icons/128x128.png" alt="bluetooth battery monitor icon"/> |
20 | | -</p> |
| 30 | + <!-- Development Badges --> |
| 31 | + <p> |
| 32 | + <a href="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/actions/workflows/lint-and-test.yaml"> |
| 33 | + <img src="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/actions/workflows/lint-and-test.yaml/badge.svg?style=flat-square" alt="Lint & Test Status"> |
| 34 | + </a> |
| 35 | + <a href="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/issues"> |
| 36 | + <img src="https://img.shields.io/github/issues/SARDONYX-sard/bluetooth-battery-monitor?style=flat-square" alt="Open Issues"> |
| 37 | + </a> |
| 38 | + <a href="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/pulls"> |
| 39 | + <img src="https://img.shields.io/github/issues-pr/SARDONYX-sard/bluetooth-battery-monitor?style=flat-square" alt="Open PRs"> |
| 40 | + </a> |
| 41 | + <a href="https://github.com/SARDONYX-sard/bluetooth-battery-monitor/commits/main"> |
| 42 | + <img src="https://img.shields.io/github/last-commit/SARDONYX-sard/bluetooth-battery-monitor?style=flat-square" alt="Last Commit"> |
| 43 | + </a> |
| 44 | + <a href="https://github.com/SARDONYX-sard/bluetooth-battery-monitor"> |
| 45 | + <img src="https://img.shields.io/github/languages/code-size/SARDONYX-sard/bluetooth-battery-monitor?style=flat-square" alt="Code Size"> |
| 46 | + </a> |
| 47 | + </p> |
| 48 | +</div> |
21 | 49 |
|
22 | 50 | ## Getting Started for User |
23 | 51 |
|
|
0 commit comments