mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Merge pull request #1962 from tmarti2/per-core-cpu-stats
"Per core" cpu stats in SystemMonitor
This commit is contained in:
@@ -218,6 +218,8 @@
|
||||
"cpu-temperature-label": "CPU temperature",
|
||||
"cpu-usage-description": "Display current CPU usage percentage.",
|
||||
"cpu-usage-label": "CPU usage",
|
||||
"cpu-cores-description": "Display CPU cores usage individually.",
|
||||
"cpu-cores-label": "CPU Cores",
|
||||
"disk-path-description": "Select which disk mount point to monitor.",
|
||||
"disk-path-label": "Disk path",
|
||||
"gpu-temperature-description": "Show GPU temperature readings if available.",
|
||||
@@ -1788,6 +1790,7 @@
|
||||
"system-monitor": {
|
||||
"cpu-temp": "CPU temp",
|
||||
"cpu-usage": "CPU usage",
|
||||
"core-usage": "Core {id} usage",
|
||||
"disk": "Disk",
|
||||
"download-speed": "Download speed",
|
||||
"gpu-temp": "GPU temp",
|
||||
|
||||
@@ -156,6 +156,7 @@
|
||||
"useMonospaceFont": true,
|
||||
"usePadding": false,
|
||||
"showCpuUsage": true,
|
||||
"showCpuCores": true,
|
||||
"showCpuFreq": false,
|
||||
"showCpuTemp": true,
|
||||
"showGpuTemp": false,
|
||||
|
||||
Reference in New Issue
Block a user