Skip to content

Commit 1e541f3

Browse files
committed
Updated blur settings for new version of hyprland
1 parent ccdb4a1 commit 1e541f3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

hypr/hyprland.conf

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,13 @@ decoration {
5959
# See https://wiki.hyprland.org/Configuring/Variables/ for more
6060

6161
rounding = 5
62-
blur = yes
63-
blur_size = 7
64-
blur_passes = 4
65-
blur_new_optimizations = on
62+
63+
blur {
64+
enabled = true
65+
size = 7
66+
passes = 4
67+
new_optimizations = true
68+
}
6669

6770
blurls = lockscreen
6871

0 commit comments

Comments
 (0)