noctalia update, disable blur from noctalia overlay

This commit is contained in:
2026-03-05 15:46:06 +01:00
parent 3fa42ea4bc
commit 6c372be7a3
2 changed files with 52 additions and 14 deletions

View File

@@ -106,6 +106,13 @@ window-rule {
layer-rule { layer-rule {
match namespace="^quickshell-overview$" match namespace="^quickshell-overview$"
} }
// Disable blur on Noctalia bar and panel surfaces
layer-rule {
match namespace="^noctalia-"
blur {
off
}
}
binds { binds {
// Core Noctalia binds // Core Noctalia binds
Mod+Space { Mod+Space {

View File

@@ -33,6 +33,7 @@
"preferredPlayer": "", "preferredPlayer": "",
"visualizerType": "linear", "visualizerType": "linear",
"volumeFeedback": false, "volumeFeedback": false,
"volumeFeedbackSoundFile": "",
"volumeOverdrive": false, "volumeOverdrive": false,
"volumeStep": 5 "volumeStep": 5
}, },
@@ -43,9 +44,11 @@
"barType": "simple", "barType": "simple",
"capsuleColorKey": "none", "capsuleColorKey": "none",
"capsuleOpacity": 1, "capsuleOpacity": 1,
"contentPadding": 2,
"density": "default", "density": "default",
"displayMode": "always_visible", "displayMode": "always_visible",
"floating": false, "floating": false,
"fontScale": 1,
"frameRadius": 12, "frameRadius": 12,
"frameThickness": 8, "frameThickness": 8,
"hideOnOverview": false, "hideOnOverview": false,
@@ -53,13 +56,18 @@
"marginVertical": 5, "marginVertical": 5,
"monitors": [ "monitors": [
], ],
"mouseWheelAction": "none",
"mouseWheelWrap": true,
"outerCorners": true, "outerCorners": true,
"position": "top", "position": "top",
"reverseScroll": false,
"screenOverrides": [ "screenOverrides": [
], ],
"showCapsule": true, "showCapsule": false,
"showOnWorkspaceSwitch": true,
"showOutline": false, "showOutline": false,
"useSeparateOpacity": true, "useSeparateOpacity": false,
"widgetSpacing": 6,
"widgets": { "widgets": {
"center": [ "center": [
], ],
@@ -87,14 +95,11 @@
}, },
{ {
"compactMode": false, "compactMode": false,
"compactShowAlbumArt": true,
"compactShowVisualizer": false,
"hideMode": "hidden", "hideMode": "hidden",
"hideWhenIdle": false, "hideWhenIdle": false,
"id": "MediaMini", "id": "MediaMini",
"maxWidth": 145, "maxWidth": 145,
"panelShowAlbumArt": true, "panelShowAlbumArt": true,
"panelShowVisualizer": true,
"scrollingMode": "hover", "scrollingMode": "hover",
"showAlbumArt": false, "showAlbumArt": false,
"showArtistFirst": true, "showArtistFirst": true,
@@ -176,6 +181,8 @@
} }
}, },
"brightness": { "brightness": {
"backlightDeviceMappings": [
],
"brightnessStep": 5, "brightnessStep": 5,
"enableDdcSupport": false, "enableDdcSupport": false,
"enforceMinimum": true "enforceMinimum": true
@@ -234,6 +241,7 @@
} }
], ],
"diskPath": "/", "diskPath": "/",
"openAtMouseOnBarRightClick": true,
"position": "close_to_bar_button", "position": "close_to_bar_button",
"shortcuts": { "shortcuts": {
"left": [ "left": [
@@ -267,7 +275,8 @@
"enabled": false, "enabled": false,
"gridSnap": false, "gridSnap": false,
"monitorWidgets": [ "monitorWidgets": [
] ],
"overviewEnabled": true
}, },
"dock": { "dock": {
"animationSpeed": 1, "animationSpeed": 1,
@@ -278,7 +287,15 @@
"dockType": "floating", "dockType": "floating",
"enabled": false, "enabled": false,
"floatingRatio": 1, "floatingRatio": 1,
"groupApps": false,
"groupClickAction": "cycle",
"groupContextMenuMode": "extended",
"groupIndicatorStyle": "dots",
"inactiveIndicators": false, "inactiveIndicators": false,
"indicatorColor": "primary",
"indicatorOpacity": 0.6,
"indicatorThickness": 3,
"launcherIconColor": "none",
"launcherPosition": "end", "launcherPosition": "end",
"monitors": [ "monitors": [
], ],
@@ -287,7 +304,7 @@
], ],
"pinnedStatic": false, "pinnedStatic": false,
"position": "bottom", "position": "bottom",
"showFrameIndicator": true, "showDockIndicator": false,
"showLauncherIcon": false, "showLauncherIcon": false,
"sitOnFrame": false, "sitOnFrame": false,
"size": 1 "size": 1
@@ -305,6 +322,7 @@
"compactLockScreen": true, "compactLockScreen": true,
"dimmerOpacity": 0.6, "dimmerOpacity": 0.6,
"enableLockScreenCountdown": true, "enableLockScreenCountdown": true,
"enableLockScreenMediaControls": false,
"enableShadows": true, "enableShadows": true,
"forceBlackScreenCorners": true, "forceBlackScreenCorners": true,
"iRadiusRatio": 1, "iRadiusRatio": 1,
@@ -313,7 +331,8 @@
"Down" "Down"
], ],
"keyEnter": [ "keyEnter": [
"Return" "Return",
"Enter"
], ],
"keyEscape": [ "keyEscape": [
"Esc" "Esc"
@@ -364,6 +383,20 @@
"startup": "", "startup": "",
"wallpaperChange": "" "wallpaperChange": ""
}, },
"idle": {
"customCommands": "[]",
"enabled": false,
"fadeDuration": 5,
"lockCommand": "",
"lockTimeout": 660,
"resumeLockCommand": "",
"resumeScreenOffCommand": "",
"resumeSuspendCommand": "",
"screenOffCommand": "",
"screenOffTimeout": 600,
"suspendCommand": "",
"suspendTimeout": 1800
},
"location": { "location": {
"analogClockInCalendar": false, "analogClockInCalendar": false,
"firstDayOfWeek": 1, "firstDayOfWeek": 1,
@@ -385,6 +418,7 @@
"bluetoothRssiPollIntervalMs": 10000, "bluetoothRssiPollIntervalMs": 10000,
"bluetoothRssiPollingEnabled": false, "bluetoothRssiPollingEnabled": false,
"disableDiscoverability": false, "disableDiscoverability": false,
"networkPanelView": "wifi",
"wifiDetailsViewMode": "grid", "wifiDetailsViewMode": "grid",
"wifiEnabled": true "wifiEnabled": true
}, },
@@ -499,7 +533,7 @@
"showHeader": true, "showHeader": true,
"showKeybinds": true "showKeybinds": true
}, },
"settingsVersion": 53, "settingsVersion": 54,
"systemMonitor": { "systemMonitor": {
"batteryCriticalThreshold": 5, "batteryCriticalThreshold": 5,
"batteryWarningThreshold": 20, "batteryWarningThreshold": 20,
@@ -529,19 +563,16 @@
"enableUserTheming": false "enableUserTheming": false
}, },
"ui": { "ui": {
"bluetoothDetailsViewMode": "grid",
"bluetoothHideUnnamedDevices": false,
"boxBorderEnabled": false, "boxBorderEnabled": false,
"fontDefault": "Roboto", "fontDefault": "Roboto",
"fontDefaultScale": 0.9, "fontDefaultScale": 0.9,
"fontFixed": "DejaVu Sans Mono", "fontFixed": "DejaVu Sans Mono",
"fontFixedScale": 0.8, "fontFixedScale": 0.8,
"networkPanelView": "wifi",
"panelBackgroundOpacity": 0.4, "panelBackgroundOpacity": 0.4,
"panelsAttachedToBar": true, "panelsAttachedToBar": true,
"settingsPanelMode": "centered", "settingsPanelMode": "centered",
"tooltipsEnabled": true, "settingsPanelSideBarCardStyle": false,
"wifiDetailsViewMode": "grid" "tooltipsEnabled": true
}, },
"wallpaper": { "wallpaper": {
"automationEnabled": false, "automationEnabled": false,