mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
SystemMonitor: transfer system monitor threshold settings to gloabal setting tab
This commit is contained in:
@@ -321,6 +321,18 @@ Singleton {
|
||||
}]
|
||||
}
|
||||
|
||||
// system monitor
|
||||
property JsonObject systemMonitor: JsonObject {
|
||||
property int cpuWarningThreshold: 80
|
||||
property int cpuCriticalThreshold: 90
|
||||
property int tempWarningThreshold: 80
|
||||
property int tempCriticalThreshold: 90
|
||||
property int memWarningThreshold: 80
|
||||
property int memCriticalThreshold: 90
|
||||
property int diskWarningThreshold: 80
|
||||
property int diskCriticalThreshold: 90
|
||||
}
|
||||
|
||||
// dock
|
||||
property JsonObject dock: JsonObject {
|
||||
property bool enabled: true
|
||||
|
||||
Reference in New Issue
Block a user