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