From d39407ceb5092c10b24a80074e123442db09d4bf Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Mon, 1 Dec 2025 14:00:42 +0300 Subject: [PATCH] hypr: change border color --- user/chest/modules/hyprland.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/user/chest/modules/hyprland.nix b/user/chest/modules/hyprland.nix index cd1b542..33d8830 100644 --- a/user/chest/modules/hyprland.nix +++ b/user/chest/modules/hyprland.nix @@ -7,8 +7,10 @@ gaps_in = 5; gaps_out = 5; border_size = 2; - "col.active_border" = "rgba(${colors.base0C}ee) rgba(${colors.base0B}ee) 45deg"; - "col.inactive_border" = "rgba(${colors.base05}aa)"; + col = { + active_border = "rgba(${colors.base0A}ee) rgba(${colors.base09}ee) 45deg"; + inactive_border = "rgba(${colors.base05}aa)"; + }; layout = "dwindle"; };