mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: updated niri
This commit is contained in:
parent
2b91a4d407
commit
ee42e007a7
13 changed files with 562 additions and 488 deletions
29
modules/home/gui/desktop/niri/config/layout.nix
Executable file
29
modules/home/gui/desktop/niri/config/layout.nix
Executable file
|
@ -0,0 +1,29 @@
|
|||
{ colourHelpers, ... }:
|
||||
{
|
||||
layout = {
|
||||
default-column-width = {
|
||||
proportion = 1.;
|
||||
};
|
||||
preset-column-widths = [
|
||||
{ proportion = 1. / 3.; }
|
||||
{ proportion = 1. / 2.; }
|
||||
{ proportion = 2. / 3.; }
|
||||
{ proportion = 1.; }
|
||||
];
|
||||
border = {
|
||||
enable = true;
|
||||
width = 2;
|
||||
active.color = colourHelpers.makeColour colourHelpers.el.base0E;
|
||||
inactive.color = colourHelpers.makeColour colourHelpers.el.base02;
|
||||
};
|
||||
gaps = 5;
|
||||
shadow = {
|
||||
enable = true;
|
||||
color = colourHelpers.el.base11;
|
||||
draw-behind-window = true;
|
||||
offset.x = 0;
|
||||
offset.y = 0;
|
||||
spread = 3;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue