fix border non transparency

This commit is contained in:
KoenDR06 2025-11-10 22:13:24 +01:00
parent 36cce67436
commit ffbe78e044

View file

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