niri configs

This commit is contained in:
2026-05-01 14:57:48 +03:00
parent 9207a59f52
commit 9115718a4e
5 changed files with 393 additions and 0 deletions

38
.config/niri/layout.kdl Normal file
View File

@@ -0,0 +1,38 @@
layout {
gaps 8
center-focused-column "never"
preset-column-widths {
proportion 0.33333
proportion 0.5
proportion 0.66667
}
default-column-width { proportion 0.5; }
focus-ring {
off
}
border {
on
width 3
active-gradient from="#7C86FF" to="#00D5BE" angle=45 relative-to="workspace-view"
// active-color "#b7bdf8"
inactive-color "#62748E"
urgent-color "#FF6467"
}
shadow {
softness 30
spread 5
offset x=0 y=5
color "#0007"
}
tab-indicator {
position "top"
place-within-column
corner-radius 16
length total-proportion=0.97
}
}