View on GitHub

code-deck

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

LogitechG703

This plugin shows the battery level of a Logitech G703 Wireless mouse.

BatteryTile

Shows the battery level of a Logitech G703 Wireless mouse.

Settings

Setting Default Description
Format šŸ–±\n{0}%\n{1:N2}V Text format to use when the mouse is connected. {0} is the battery percentage and {1} is the voltage as a decimal value.
FormatDisconnected šŸ–±\nāŒ Text format to use when the mouse is disconnected.
Interval 600 000 ms Interval at which to refresh the battery value. Default 10 minutes.

Examples

{
    "Plugin": "LogitechG703",
    "Tile": "BatteryTile",
    "Settings": {
        "Format": "šŸ–±ļø\n{0}%\n{1:N2}V",
        "FormatDisconnected": "šŸ–±ļø\nšŸ’¤",
        "Interval": "30000"
    }
}