diff --git a/modules/home/niri/niri.nix b/modules/home/niri/niri.nix index 984560e..195800b 100644 --- a/modules/home/niri/niri.nix +++ b/modules/home/niri/niri.nix @@ -123,6 +123,13 @@ ]; default-column-width.proportion = 1.0 / 2.0; focus-ring = { + enable = false; + active.color = "#8d4eef"; + inactive.color = "#505050"; + }; + border = { + enable = true; + width = 3; active.color = "#8d4eef"; inactive.color = "#505050"; };