Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexjsp/streamdeck-razer-battery
A simple Stream Deck plugin that displays the battery status of a Razer mouse device on macOS
https://github.com/alexjsp/streamdeck-razer-battery
Last synced: about 1 month ago
JSON representation
A simple Stream Deck plugin that displays the battery status of a Razer mouse device on macOS
- Host: GitHub
- URL: https://github.com/alexjsp/streamdeck-razer-battery
- Owner: alexjsp
- License: mit
- Created: 2023-01-09T11:48:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T14:53:07.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T12:03:38.224Z (3 months ago)
- Language: C++
- Size: 273 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# macOS Razer Battery Plugin for Stream Deck
This is a simple Stream Deck plugin that displays the battery status of a Razer mouse device on macOS.
The plugin is based on the [CPU Plugin from Elgato](https://github.com/elgatosf/streamdeck-cpu), and uses [librazermacos](https://github.com/alexjsp/librazermacos) to read the battery status from the mouse.
![](screenshot.png)
## Installation
You can download the latest release from the releases section on the right, and double click the `streamDeckPlugin` to install it.
## Compiling, Source, and Contributing
The Sources folder contains the source code of the plugin. I'll write up some compilation instructions at some point. If you want to contribute feel free to throw a PR up.