mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
zsh: lint status.jsonc
This commit is contained in:
parent
5f7cdf29e1
commit
f42a21d43b
1 changed files with 6 additions and 6 deletions
|
|
@ -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",
|
||||||
]
|
],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue