Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dikayx/xbatterymonitor
- Owner: dikayx
- License: mit
- Created: 2024-11-18T13:41:00.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-28T13:36:33.000Z (7 days ago)
- Last Synced: 2025-01-28T14:24:20.046Z (7 days ago)
- Topics: dotnet, gaming, windows, winforms, xbox-controller
- Language: C#
- Homepage:
- Size: 981 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.