28 lines
493 B
JSON
28 lines
493 B
JSON
{
|
|
"cpu": {
|
|
"interval": 10,
|
|
"format": " {usage}%",
|
|
"format-warning": " {usage}%",
|
|
"format-critical": " {usage}%",
|
|
// "format-icons":
|
|
"min-length": 7,
|
|
"max-length": 7,
|
|
// "align":
|
|
// "justify":
|
|
// "rotate":
|
|
"states": {
|
|
"warning": 75,
|
|
"critical": 90
|
|
},
|
|
// "on-click":
|
|
// "on-click-middle":
|
|
// "on-click-right":
|
|
// "on-update":
|
|
// "on-scroll-up":
|
|
// "on-scroll-down":
|
|
// "smooth-scrolling-threshold":
|
|
"tooltip": false
|
|
// "expand":
|
|
}
|
|
}
|