diff options
| author | Ahum Maitra <theahummaitra@gmail.com> | 2026-01-01 16:17:23 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-01 05:47:23 -0500 |
| commit | 3d09964129c2f3da6597bd7e74198a0cb804415e (patch) | |
| tree | 6c6076674af8e0799fce201ec763c93b9b09f561 /config | |
| parent | 1764376bf795f0f47de4f3a5690a39a7fbfcb0da (diff) | |
update : Improve blur (#904)
Thanks TheAhumMaitra
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/UserConfigs/UserDecorations.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config/hypr/UserConfigs/UserDecorations.conf b/config/hypr/UserConfigs/UserDecorations.conf index 0b450904..f203fe5b 100644 --- a/config/hypr/UserConfigs/UserDecorations.conf +++ b/config/hypr/UserConfigs/UserDecorations.conf @@ -12,14 +12,14 @@ general { border_size = 2 gaps_in = 2 gaps_out = 4 - - col.active_border = $color12 + + col.active_border = $color12 col.inactive_border = $color10 } decoration { rounding = 10 - + active_opacity = 1.0 inactive_opacity = 0.9 fullscreen_opacity = 1.0 @@ -37,13 +37,13 @@ decoration { color_inactive = $color10 } - blur { - enabled = true + enabled = true size = 6 - passes = 2 - ignore_opacity = true + passes = 3 new_optimizations = true + xray = true + ignore_opacity = true special = true popups = true } |
