1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-30 00:12:50 -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 source: wallpaperImage
blurEnabled: true blurEnabled: true
blur: 0.8 blur: 0.8
blurMax: 48 blurMax: 75
} }
} }
} }

View File

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

View File

@@ -50,19 +50,19 @@ Item {
"sql": "\u{f1c0}", "sql": "\u{f1c0}",
// --- scripts / shells --- // --- scripts / shells ---
"sh": "\u{F08A9}", "sh": "\u{f0bc1}",
"bash": "\u{F08A9}", "bash": "\u{f0bc1}",
"zsh": "\u{F08A9}", "zsh": "\u{f0bc1}",
"fish": "\u{F08A9}", "fish": "\u{f0bc1}",
"ps1": "\u{F08A9}", "ps1": "\u{f0bc1}",
"bat": "\u{F08A9}", "bat": "\u{f0bc1}",
// --- data / config --- // --- data / config ---
"toml": "\u{F09EE}", "toml": "\u{e6b2}",
"ini": "\u{F09EE}", "ini": "\u{F09EE}",
"conf": "\u{F09EE}", "conf": "\u{F09EE}",
"cfg": "\u{F09EE}", "cfg": "\u{F09EE}",
"csv": "\u{F021C}", "csv": "\u{eefc}",
"tsv": "\u{F021C}", "tsv": "\u{F021C}",
// --- docs / office --- // --- docs / office ---