From ffbe78e0442d77041eabd302d388b6eba271ec87 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Mon, 10 Nov 2025 22:13:24 +0100 Subject: [PATCH] fix border non transparency --- modules/wm/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };