From ed33a798f882f4b4d52a9e324db2e158b742e441 Mon Sep 17 00:00:00 2001 From: Joshua Yuen Date: Wed, 30 Jul 2025 01:32:42 -0400 Subject: [PATCH] More hyprland configuration fixes --- modules/home/hyprland/hyprland.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/home/hyprland/hyprland.nix b/modules/home/hyprland/hyprland.nix index 969bf17..e5e914e 100644 --- a/modules/home/hyprland/hyprland.nix +++ b/modules/home/hyprland/hyprland.nix @@ -25,15 +25,14 @@ in gaps_in = 5; gaps_out = 20; border_size = 2; - col.active_border = "rgba(33ccffee) rgba(00ff99ee) 45deg"; - col.inactive_border = "rgba(595959aa)"; + "col.active_border" = mkForce "rgba(33ccffee) rgba(00ff99ee) 45deg"; + "col.inactive_border" = mkForce "rgba(595959aa)"; layout = "dwindle"; }; decoration = { rounding = 8; - multisample_edges = true; inactive_opacity = 0.95; blur = { @@ -47,7 +46,8 @@ in enabled = true; range = 4; render_power = 3; - color = "rgba(1a1a1aee)"; + # Home manager hyprland module sets this for some reason + color = mkForce "rgba(1a1a1aee)"; }; };