update: fix hyprland decorations

This commit is contained in:
2025-03-20 15:19:08 -04:00
parent 1df22c6512
commit e050367abc

View File

@@ -5,6 +5,7 @@
decoration { decoration {
rounding = 10 rounding = 10
#rounding_power = 4.0
blur { blur {
enabled = true enabled = true
size = 10 size = 10
@@ -18,8 +19,14 @@ decoration {
inactive_opacity = 0.8 inactive_opacity = 0.8
fullscreen_opacity = 1.0 fullscreen_opacity = 1.0
drop_shadow = true shadow {
shadow_range = 30 enabled = true
shadow_render_power = 3 range = 30
col.shadow = 0x66000000 render_power = 3
color = 0x66000000
}
#drop_shadow = true
#shadow_range = 30
#shadow_render_power = 3
#col.shadow = 0x66000000
} }