fix border non transparency
This commit is contained in:
parent
36cce67436
commit
ffbe78e044
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ in {
|
||||||
allowTearing = false;
|
allowTearing = false;
|
||||||
|
|
||||||
col.activeBorder = replaceStrings [" "] [""] colors.lavender-rgb;
|
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";
|
layout = "dwindle";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue