zsh: lint status.jsonc

This commit is contained in:
He4eT 2024-11-23 06:47:26 +01:00
commit f42a21d43b

View file

@ -64,7 +64,7 @@
"disk", "disk",
{ {
"type": "physicaldisk", "type": "physicaldisk",
"temp": true "temp": true,
}, },
// "diskio", // "diskio",
@ -74,7 +74,7 @@
"dns", "dns",
{ {
"type": "publicip", "type": "publicip",
"timeout": 1000 "timeout": 1000,
}, },
{ {
"type": "localip", "type": "localip",
@ -84,7 +84,7 @@
"showMtu": false, "showMtu": false,
"showLoop": false, "showLoop": false,
"showFlags": false, "showFlags": false,
"showAllIps": true "showAllIps": true,
}, },
// "netio", // "netio",
@ -93,9 +93,9 @@
"datetime", "datetime",
{ {
"type": "weather", "type": "weather",
"timeout": 1000 "timeout": 1000,
}, },
"break", "break",
] ],
} }