From d43e4ea4009a891b36fa26be7ef774c9c39afbbd Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Wed, 15 Oct 2025 23:15:33 -0400 Subject: [PATCH] NiriOverview: more sane blur values --- Modules/Background/Overview.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Background/Overview.qml b/Modules/Background/Overview.qml index 34e673e6..a14db065 100644 --- a/Modules/Background/Overview.qml +++ b/Modules/Background/Overview.qml @@ -77,8 +77,8 @@ Variants { source: bgImage autoPaddingEnabled: false blurEnabled: true - blur: 0.48 - blurMax: 128 + blur: 1.0 + blurMax: 64 colorization: Style.opacityMedium colorizationColor: Settings.data.colorSchemes.darkMode ? Color.mSurface : Color.mOnSurface }