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"; };