Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dikayx/xbatterymonitor

XBatteryMonitor is small companion app for Windows that notifies you when your gamepad is low on battery.
https://github.com/dikayx/xbatterymonitor

dotnet gaming windows winforms xbox-controller

Last synced: 5 days ago
JSON representation

XBatteryMonitor is small companion app for Windows that notifies you when your gamepad is low on battery.

Awesome Lists containing this project

README

        


xbm

# XBatteryMonitor (XBM)

[![.NET 8](https://img.shields.io/badge/.NET-8.0-purple.svg)](https://dotnet.microsoft.com/download/dotnet/8.0)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![GitHub release](https://img.shields.io/github/v/release/dikayx/xbatterymonitor)](https://github.com/dikayx/xbatterymonitor/releases)

XBM is a small companion app for Windows that monitors the battery level of your gamepad and sends a notification when it's low. It's designed to work with the Xbox controller, but supports any gamepad that uses the XInput API. Basically it fulfills the job that the Xbox Accessories app should have done.

> **Note**: This project is in its early stages and may contain bugs. Please report any issues you encounter.

## Features

- **Low battery notification**: Get a notification when your gamepad's battery is low.
- **Customizable**: Set the battery level and interval at which the notification is triggered.
- **Lightweight**: Consumes very little resources.

## Installation

It's simple! Download the latest release from the [releases page](https://github.com/dikayx/xbatterymonitor/releases) and run the installer. Follow the [installation instructions](Docs/INSTALLATION.md) for more details.

### Requirements

- Windows 10 or later
- [.NET 8 Runtime](https://dotnet.microsoft.com/download/dotnet/8.0)

## Usage

By default, XBM will start with Windows and run in the background. You can access the settings by right-clicking the tray icon. For more information, refer to the [user guide](Docs/USER_GUIDE.md).

## License

The code for this project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Acknowledgements

Xbox and Xbox Game Bar are trademarks of Microsoft Corporation. This project is not affiliated with Microsoft.