From f7f3c1fa980ca09064e3cd05bc9b3c7537d45d2d Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Thu, 29 Aug 2024 01:24:29 -0500 Subject: [PATCH] I am going way deep down the rice rabbit hole --- hyprland/.config/hypr/config.d/00-basic.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyprland/.config/hypr/config.d/00-basic.conf b/hyprland/.config/hypr/config.d/00-basic.conf index 92a59087..0aba33e2 100644 --- a/hyprland/.config/hypr/config.d/00-basic.conf +++ b/hyprland/.config/hypr/config.d/00-basic.conf @@ -11,7 +11,7 @@ general { border_size = 4 #col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg col.active_border = rgba(83a598ff) - col.inactive_border = rgba(32302fff) + col.inactive_border = rgba(282828cc) layout = dwindle # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on allow_tearing = false @@ -26,7 +26,7 @@ decoration { passes = 1 } drop_shadow = yes - shadow_range = 4 + shadow_range = 8 shadow_render_power = 3 col.shadow = rgba(282828ee) }