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"
}
}