9 lines
205 B
JSON
9 lines
205 B
JSON
{
|
|
"custom/gpu-usage": {
|
|
"exec": "cat /sys/class/hwmon/hwmon4/device/gpu_busy_percent",
|
|
"on-click": "pypr toggle nvtop",
|
|
"format": "GPU: {}%",
|
|
"return-type": "",
|
|
"interval": 2,
|
|
},
|
|
}
|