refactor(hypr): more rounding, less shadows
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m8s

This commit is contained in:
Price Hiller 2024-06-07 17:37:17 -05:00
parent ce3b31dbb0
commit f77f718eb0
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,5 +1,5 @@
decoration {
rounding = 5
rounding = 10
blur {
enabled = true
@ -10,8 +10,8 @@ decoration {
drop_shadow = true
shadow_ignore_window = true
shadow_range = 45
shadow_render_power = 6
shadow_range = 4
shadow_render_power = 2
dim_special = 0.05
}