feat: Add niri config for noctalia
This commit is contained in:
parent
465fbdfc2a
commit
da14bf6c2f
1 changed files with 12 additions and 0 deletions
|
|
@ -40,6 +40,18 @@ in {
|
||||||
(match [{namespace = "^noctalia-notifications-.*$";}])
|
(match [{namespace = "^noctalia-notifications-.*$";}])
|
||||||
(leaf "block-out-from" ["screen-capture"])
|
(leaf "block-out-from" ["screen-capture"])
|
||||||
])
|
])
|
||||||
|
(plain "layout" [
|
||||||
|
(plain "focus-ring" [
|
||||||
|
(leaf "active-gradient" [
|
||||||
|
{
|
||||||
|
from = "#8288fcff";
|
||||||
|
to = "#8288fc00";
|
||||||
|
angle = 45;
|
||||||
|
"in" = "oklch";
|
||||||
|
}
|
||||||
|
])
|
||||||
|
])
|
||||||
|
])
|
||||||
];
|
];
|
||||||
apply = configuration: config.david.programs.niri.configHelper.validated-config-for (inputs.niri-flake.lib.kdl.serialize.nodes configuration);
|
apply = configuration: config.david.programs.niri.configHelper.validated-config-for (inputs.niri-flake.lib.kdl.serialize.nodes configuration);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue