Files
dotfiles/waybar/modules/custom-gpu-usage.jsonc
2025-08-13 21:46:48 +02:00

10 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,
},
}