mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
update niri
This commit is contained in:
parent
ed87b2c98e
commit
0052d481d5
2 changed files with 6 additions and 5 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -754,11 +754,11 @@
|
||||||
"niri-unstable": {
|
"niri-unstable": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1745571618,
|
"lastModified": 1746124654,
|
||||||
"narHash": "sha256-yim78eRKNJOvnEDjRAd5iGwulXNpoMJQqcyLmwZ8Ejo=",
|
"narHash": "sha256-LmhkAt2KLvf8lp+kEUQuTFmmv7iXO8IkwwSaPasfXJw=",
|
||||||
"owner": "YalTeR",
|
"owner": "YalTeR",
|
||||||
"repo": "niri",
|
"repo": "niri",
|
||||||
"rev": "85cd64e83017459f0a6edfd7b91ba31d70b0ef17",
|
"rev": "6c9705dd4b2eaba25f024d1a3efd7943fd393632",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,15 @@
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
|
with config.lib.stylix.colors.withHashtag;
|
||||||
let
|
let
|
||||||
extraConfig =
|
extraConfig =
|
||||||
# kdl
|
# kdl
|
||||||
''
|
''
|
||||||
overview {
|
overview {
|
||||||
zoom 0.36
|
zoom 0.36
|
||||||
|
backdrop-color "${base02}"
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
finalNiriConfig =
|
finalNiriConfig =
|
||||||
with config.lib.stylix.colors.withHashtag;
|
|
||||||
builtins.replaceStrings
|
builtins.replaceStrings
|
||||||
[
|
[
|
||||||
"output \"${config.lib.monitors.mainMonitorName}\" {"
|
"output \"${config.lib.monitors.mainMonitorName}\" {"
|
||||||
|
|
@ -16,7 +17,7 @@ let
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
"output \"${config.lib.monitors.mainMonitorName}\" {\nfocus-at-startup"
|
"output \"${config.lib.monitors.mainMonitorName}\" {\nfocus-at-startup"
|
||||||
"background-color \"${base01}\"\n backdrop-color \"${base02}\""
|
"background-color \"${base01}\""
|
||||||
]
|
]
|
||||||
config.programs.niri.finalConfig
|
config.programs.niri.finalConfig
|
||||||
+ "\n"
|
+ "\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue