View on GitHub

code-deck

🟪🟧🟩🟄 Code Deck is a cross platform and open source alternative to the official Stream Deck application.

Logitech Mice

This plugin provides battery level information for Logitech mice.

Supported Mice

G703BatteryTile

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": "LogitechMice",
    "Tile": "G703BatteryTile",
    "Settings": {
        "Format": "šŸ–±ļø\n{0}%\n{1:N2}V",
        "FormatDisconnected": "šŸ–±ļø\nšŸ’¤",
        "Interval": "30000"
    }
}

GProXSuperlightBatteryTile

Shows the battery level of a Logitech G Pro X Superlight Wireless mouse.

Settings

Setting Default Description
Format šŸ–±\n{0}% Text format to use when the mouse is connected. {0} is the battery percentage.
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": "LogitechMice",
    "Tile": "GProXSuperlightBatteryTile",
    "Settings": {
        "Format": "šŸ–±ļø\n{0}%",
        "FormatDisconnected": "šŸ–±ļø\nšŸ’¤",
        "Interval": "30000"
    }
}