13 lines
291 B
Plaintext
13 lines
291 B
Plaintext
{
|
|
"custom/gpuinfo#nvidia": {
|
|
"exec-if": "hyde-shell gpuinfo.sh --stat nvidia >/dev/null 2>&1",
|
|
"exec": "hyde-shell app gpuinfo.sh --use nvidia ",
|
|
"return-type": "json",
|
|
"format": "{0}",
|
|
"rotate": 0,
|
|
"interval": 5,
|
|
"tooltip": true,
|
|
"max-length": 1000
|
|
}
|
|
}
|