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