.dotfiles/.config/waybar/modules/custom-gpuinfo#amd.jsonc
2026-01-18 21:08:16 -07:00

13 lines
271 B
Plaintext

{
"custom/gpuinfo#amd": {
"exec-if": "hyde-shell gpuinfo --stat amd >/dev/null 2>&1",
"exec": "hyde-shell gpuinfo --use amd ",
"return-type": "json",
"format": "{0}",
"rotate": 0,
"interval": 5,
"tooltip": true,
"max-length": 1000
}
}