diff --git a/modules/wm/hyprland/default.nix b/modules/wm/hyprland/default.nix index 73bbdb0..5bb1f74 100644 --- a/modules/wm/hyprland/default.nix +++ b/modules/wm/hyprland/default.nix @@ -86,7 +86,7 @@ in { allowTearing = false; col.activeBorder = replaceStrings [" "] [""] colors.lavender-rgb; - col.inactiveBorder = replaceStrings [" " ")" "rgb"] ["" ",64)" "rgba"] colors.lavender-rgb; # Make transparent + col.inactiveBorder = replaceStrings [" " ")" "rgb"] ["" ",0.25)" "rgba"] colors.lavender-rgb; # Make transparent layout = "dwindle"; };