From f77f718eb00de1135b1d7add1c5ade4f8f75ff5e Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 7 Jun 2024 17:37:17 -0500 Subject: [PATCH] refactor(hypr): more rounding, less shadows --- users/price/dots/.config/hypr/conf/core/appearance.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/users/price/dots/.config/hypr/conf/core/appearance.conf b/users/price/dots/.config/hypr/conf/core/appearance.conf index 812bb766..f178fd7b 100644 --- a/users/price/dots/.config/hypr/conf/core/appearance.conf +++ b/users/price/dots/.config/hypr/conf/core/appearance.conf @@ -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 }