This plugin implements tiles to show current CPU, RAM and GPU usage.
This tile shows the current CPU usage.
Setting | Default | Description |
---|---|---|
Format | CPU\n{0} % |
The string format to use. |
{
"Plugin": "PerformanceCounters",
"Tile": "CpuUsageTile",
"Settings": {
"Format": "🧠\n{0} %"
}
}
This tile shows the current RAM usage.
Setting | Default | Description |
---|---|---|
Format | RAM\n{0} % |
The string format to use. |
{
"Plugin": "PerformanceCounters",
"Tile": "MemoryUsageTile"
}
This tile shows the current GPU usage.
Setting | Default | Description |
---|---|---|
Format | GPU\n{0} % |
The string format to use. |
{
"Plugin": "PerformanceCounters",
"Tile": "GpuUsageTile"
}