Skip to content

Commit 38ee5a6

Browse files
committed
Update Hyprland window shadow config
1 parent 1e541f3 commit 38ee5a6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

hypr/hyprland.conf

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,12 @@ decoration {
6969

7070
blurls = lockscreen
7171

72-
drop_shadow = yes
73-
shadow_range = 4
74-
shadow_render_power = 3
75-
col.shadow = rgba(1a1a1aee)
72+
shadow {
73+
enabled = true
74+
range = 4
75+
render_power = 3
76+
color = rgba(1a1a1aee)
77+
}
7678
}
7779

7880
animations {

0 commit comments

Comments
 (0)