hm update

This commit is contained in:
2026-02-14 01:05:41 +01:00
parent 800ce59427
commit eb6b50cdab
5 changed files with 29 additions and 28 deletions

View File

@@ -83,7 +83,8 @@
"showNetworkStats": true,
"showSwapUsage": false,
"textColor": "none",
"useMonospaceFont": true
"useMonospaceFont": true,
"usePadding": false
},
{
"compactMode": false,
@@ -315,6 +316,9 @@
"keyLeft": [
"Left"
],
"keyRemove": [
"Del"
],
"keyRight": [
"Right"
],
@@ -368,10 +372,12 @@
"weatherShowEffects": true
},
"network": {
"airplaneModeEnabled": false,
"bluetoothDetailsViewMode": "grid",
"bluetoothHideUnnamedDevices": true,
"bluetoothRssiPollIntervalMs": 10000,
"bluetoothRssiPollingEnabled": false,
"disableDiscoverability": false,
"wifiDetailsViewMode": "grid",
"wifiEnabled": true
},
@@ -387,6 +393,7 @@
"notifications": {
"backgroundOpacity": 1,
"criticalUrgencyDuration": 15,
"density": "default",
"enableBatteryToast": true,
"enableKeyboardLayoutToast": true,
"enableMediaToast": false,
@@ -487,24 +494,18 @@
"batteryCriticalThreshold": 5,
"batteryWarningThreshold": 20,
"cpuCriticalThreshold": 90,
"cpuPollingInterval": 1000,
"cpuWarningThreshold": 80,
"criticalColor": "",
"diskAvailCriticalThreshold": 10,
"diskAvailWarningThreshold": 20,
"diskCriticalThreshold": 90,
"diskPollingInterval": 3000,
"diskWarningThreshold": 80,
"enableDgpuMonitoring": false,
"externalMonitor": "resources || missioncenter || jdsystemmonitor || corestats || system-monitoring-center || gnome-system-monitor || plasma-systemmonitor || mate-system-monitor || ukui-system-monitor || deepin-system-monitor || pantheon-system-monitor",
"gpuCriticalThreshold": 90,
"gpuPollingInterval": 3000,
"gpuWarningThreshold": 80,
"loadAvgPollingInterval": 3000,
"memCriticalThreshold": 90,
"memPollingInterval": 1000,
"memWarningThreshold": 80,
"networkPollingInterval": 1000,
"swapCriticalThreshold": 90,
"swapWarningThreshold": 80,
"tempCriticalThreshold": 90,