noctalia update

This commit is contained in:
2025-12-20 22:55:05 +01:00
parent e5fa9582bb
commit 891fb5bf21

View File

@@ -25,7 +25,6 @@
"volumeStep": 5 "volumeStep": 5
}, },
"bar": { "bar": {
"backgroundOpacity": 0,
"capsuleOpacity": 1, "capsuleOpacity": 1,
"density": "default", "density": "default",
"exclusive": true, "exclusive": true,
@@ -37,6 +36,8 @@
"outerCorners": true, "outerCorners": true,
"position": "top", "position": "top",
"showCapsule": true, "showCapsule": true,
"showOutline": false,
"transparent": true,
"widgets": { "widgets": {
"center": [ "center": [
], ],
@@ -47,6 +48,7 @@
"showCpuTemp": true, "showCpuTemp": true,
"showCpuUsage": true, "showCpuUsage": true,
"showDiskUsage": false, "showDiskUsage": false,
"showGpuTemp": false,
"showMemoryAsPercent": false, "showMemoryAsPercent": false,
"showMemoryUsage": true, "showMemoryUsage": true,
"showNetworkStats": true, "showNetworkStats": true,
@@ -237,7 +239,15 @@
] ]
} }
}, },
"desktopWidgets": {
"editMode": false,
"enabled": false,
"gridSnap": false,
"monitorWidgets": [
]
},
"dock": { "dock": {
"animationSpeed": 1,
"backgroundOpacity": 1, "backgroundOpacity": 1,
"colorizeIcons": false, "colorizeIcons": false,
"deadOpacity": 0.6, "deadOpacity": 0.6,
@@ -279,6 +289,8 @@
"hooks": { "hooks": {
"darkModeChange": "", "darkModeChange": "",
"enabled": false, "enabled": false,
"screenLock": "",
"screenUnlock": "",
"wallpaperChange": "" "wallpaperChange": ""
}, },
"location": { "location": {
@@ -355,6 +367,7 @@
"sessionMenu": { "sessionMenu": {
"countdownDuration": 10000, "countdownDuration": 10000,
"enableCountdown": true, "enableCountdown": true,
"largeButtonsStyle": false,
"position": "center", "position": "center",
"powerOptions": [ "powerOptions": [
{ {
@@ -396,7 +409,7 @@
], ],
"showHeader": true "showHeader": true
}, },
"settingsVersion": 28, "settingsVersion": 31,
"systemMonitor": { "systemMonitor": {
"cpuCriticalThreshold": 90, "cpuCriticalThreshold": 90,
"cpuPollingInterval": 3000, "cpuPollingInterval": 3000,
@@ -405,6 +418,10 @@
"diskCriticalThreshold": 90, "diskCriticalThreshold": 90,
"diskPollingInterval": 3000, "diskPollingInterval": 3000,
"diskWarningThreshold": 80, "diskWarningThreshold": 80,
"enableNvidiaGpu": false,
"gpuCriticalThreshold": 90,
"gpuPollingInterval": 3000,
"gpuWarningThreshold": 80,
"memCriticalThreshold": 90, "memCriticalThreshold": 90,
"memPollingInterval": 3000, "memPollingInterval": 3000,
"memWarningThreshold": 80, "memWarningThreshold": 80,
@@ -428,6 +445,7 @@
"gtk": false, "gtk": false,
"kcolorscheme": false, "kcolorscheme": false,
"kitty": false, "kitty": false,
"mango": false,
"niri": false, "niri": false,
"pywalfox": false, "pywalfox": false,
"qt": false, "qt": false,
@@ -435,14 +453,16 @@
"telegram": false, "telegram": false,
"vicinae": false, "vicinae": false,
"walker": false, "walker": false,
"wezterm": false "wezterm": false,
"yazi": false,
"zed": false
}, },
"ui": { "ui": {
"fontDefault": "Roboto", "fontDefault": "Roboto",
"fontDefaultScale": 1, "fontDefaultScale": 1,
"fontFixed": "DejaVu Sans Mono", "fontFixed": "DejaVu Sans Mono",
"fontFixedScale": 1, "fontFixedScale": 1,
"panelBackgroundOpacity": 1, "panelBackgroundOpacity": 0.4,
"panelsAttachedToBar": true, "panelsAttachedToBar": true,
"settingsPanelMode": "centered", "settingsPanelMode": "centered",
"tooltipsEnabled": true "tooltipsEnabled": true