View on GitHub

code-deck

šŸŸŖšŸŸ§šŸŸ©šŸŸ„ Code Deck is a cross platform and open source alternative to the official Stream Deck application.

HyperXCloudAlphaWireless

This plugin shows the battery level of a HyperX Cloud Alpha Wireless headset.

BatteryTile

Shows the battery level of a HyperX Cloud Alpha Wireless headset.

Settings

Setting Default Description
Format šŸ”‹\n{0}% Text format to use when headset is in normal use.
FormatDisconnected šŸŽ§\nāŒ Text format to use when the headset is disconnected.
Interval 600 000 ms Interval at which to query the headset. Default 10 minutes.

Examples

{
    "Plugin": "HyperXCloudAlphaWireless",
    "Tile": "BatteryTile",
    "Settings": {
        "Format": "šŸŽ§\n{0}%",
        "Interval": "30000"
    }
}