Skip to content

Commit

Permalink
feat: disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
nexmoe committed Sep 9, 2024
1 parent 5e09c76 commit 4722ce4
Show file tree
Hide file tree
Showing 4 changed files with 1,827 additions and 1,455 deletions.
3 changes: 2 additions & 1 deletion locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"metric.memoryUsed.name": "使用的内存(包括缓冲区/缓存)",
"metric.cpu.name": "CPU 使用情况",
"metric.network.name": "网络使用率(下行/上行)",
"metric.osDistro.name": "操作系统分发"
"metric.osDistro.name": "操作系统分发",
"metric.diskSpace.name": "磁盘空间"
}
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
"battery",
"cpuTemp",
"cpuSpeed",
"osDistro"
"osDistro",
"diskSpace"
]
},
"default": [
Expand All @@ -91,7 +92,8 @@
"battery",
"cpuTemp",
"cpuSpeed",
"osDistro"
"osDistro",
"diskSpace"
],
"description": "%config.metrics%"
},
Expand Down
Loading

0 comments on commit 4722ce4

Please sign in to comment.