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

12 lines
192 B
Plaintext

{
"custom/cpuinfo": {
"exec": "hyde-shell cpuinfo",
"return-type": "json",
"format": "{0}",
"rotate": 0,
"interval": 5,
"tooltip": true,
"max-length": 1000
}
}