Table of Contents
About The Project
Open source library and tray application that show battery percentage for supported devices. For now – I add devices that I have and I am using every day. If you want me to add your device, please create an request issue and I’ll check what could I do.
Implemented features:
- Cross platform tray application with battery percentage
- Open source library that give you ability to use device data in your project, just import this lib
- Support HyperX Cloud Flight S headphones
Built With
Special thanks karalabe/hid (forked) and getlantern/systray
Getting Started
Application
To download application please find the latest Release and choose build for your OS.
Library
To use Bathyx as library just simply do:
-
Get and Import app
go get github.com/Simaky/Bathyx
import "github.com/Simaky/Bathyx/devices"
-
Get devices and receive information
// new devices d := devices.New() // receive information info := <-d.HyperX.CloudFlightS(ctx, time.Minute*1)
Roadmap
- Add HyperX Cloud Flight S support
- Add Tray application
- Add README.md
- Add “components” document to easily copy & paste sections of the readme
- Support more devices
See the open issues for a full list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag “enhancement”. Don’t forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE.txt
for more information.