commit 3724466a3fc4099828795b91771add42ad3f48a0
parent f88cf96ab2940fa8546bd03b0a60d28d6cf73449
Author: ryukamish <[email protected]>
Date: Fri, 15 May 2026 22:01:29 +0530
chore: active and inactive borders around windows
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/niri/cfg/layout.kdl b/niri/cfg/layout.kdl
@@ -10,7 +10,8 @@ layout {
default-column-width { proportion 0.5; }
focus-ring {
width 2
- active-color "#f6764f"
+ active-color "#ffc87f"
+ inactive-color "#505050"
}
border {