Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.07 KB

File metadata and controls

34 lines (25 loc) · 1.07 KB

SteelSeriesRival3Wireless

This plugin shows the battery level of a SteelSeries Rival 3 Wireless mouse.

BatteryTile

Shows the battery level of a SteelSeries Rival 3 Wireless mouse.

Settings

Setting Default Description
Format 🔋\n{0}% Text format to use when the mouse is connected.
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": "SteelSeriesRival3Wireless",
    "Tile": "BatteryTile",
    "Settings": {
        "Format": "🖱 🔋\n{0}%",
        "Interval": "30000"
    }
}