https://github.com/matidev-pl/xb_x-input_controller_battery_indicator_retextured
A tray application that shows a battery indicator for an Xbox-ish controller and gives a notification when the battery level drops to (almost) empty. This is retextured version.
https://github.com/matidev-pl/xb_x-input_controller_battery_indicator_retextured
Last synced: 4 months ago
JSON representation
A tray application that shows a battery indicator for an Xbox-ish controller and gives a notification when the battery level drops to (almost) empty. This is retextured version.
- Host: GitHub
- URL: https://github.com/matidev-pl/xb_x-input_controller_battery_indicator_retextured
- Owner: MatiDEV-PL
- License: gpl-2.0
- Created: 2023-04-01T22:13:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T12:48:05.000Z (over 1 year ago)
- Last Synced: 2025-04-14T11:49:15.335Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 178 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/MatiDEV-PL/XB_X-input_Controller_Battery_Indicator_Retextured/blob/main/LICENSE)
# Xbox X-input Controller Battery Indicator Retextured
A tray application that shows a battery indicator for an Xbox-ish controller and gives a notification when the battery level drops to (almost) empty.
In retextured verison there were made changes to icons.
When more than one controller is present, the tray icon will cycle through the status display every 5 seconds.
The standard size of the taskbar:

In a larger size (just because, why not?):

When a controller reaches low battery level, a notification is displayed.

Controllers reported as working/being recognized so far:
* XBox Series X/S + dongle
* XBOne S + dongle
* XBOne S + Bluetooth
* XBOne Elite + dongle
* XBOne + dongle
* XB360
Currently known issues/limitations:
* Series X/S controllers connected via Bluetooth won't report any or a completely wrong battery level. This seems to be an issue with Microsofts BT implementation and I can't do anything about it. See Issue [#49](https://github.com/NiyaShy/XB1ControllerBatteryIndicator/issues/49) for details.
* initial recognition of a newly connected controller can take a while. It will be displayed as "waiting for battery level data" at first but should switch to battery level after ~10 seconds and a button press. (This might be a limitation of the XInput API.)
Some additional details about how it works and what it shows can be found on the [orginal developer wiki page](https://github.com/NiyaShy/XB1ControllerBatteryIndicator/wiki).
Orginal project: [XB1ControllerBatteryIndicator](https://github.com/NiyaShy/XB1ControllerBatteryIndicator).