1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

niri: more blur on overview

This commit is contained in:
bbedward
2025-10-27 17:54:53 -04:00
parent b46fe28c05
commit b6688adb35
3 changed files with 10 additions and 10 deletions

View File

@@ -128,7 +128,7 @@ Variants {
source: wallpaperImage
blurEnabled: true
blur: 0.8
blurMax: 48
blurMax: 75
}
}
}

View File

@@ -476,7 +476,7 @@ Variants {
visible: CompositorService.isNiri && SettingsData.blurWallpaperOnOverview && NiriService.inOverview
blurEnabled: true
blur: 0.8
blurMax: 48
blurMax: 75
}
}
}