mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
niri overviews
This commit is contained in:
parent
b30badae8b
commit
81bcc47694
4 changed files with 8 additions and 8 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -702,17 +702,17 @@
|
||||||
"niri-unstable": {
|
"niri-unstable": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1744451806,
|
"lastModified": 1745071964,
|
||||||
"narHash": "sha256-cZTekG7OJUvNmdG/nT7z4ock/hbqcjf+E21DlEpzaqY=",
|
"narHash": "sha256-kWPC3KjlJv4fV0j7o/vTV6TxEVxzlwfBj5ynYy6RetE=",
|
||||||
"owner": "YalTeR",
|
"owner": "YalTeR",
|
||||||
"repo": "niri",
|
"repo": "niri",
|
||||||
"rev": "35623ea34582d6dfb0946a56981053f6fe8ed8b1",
|
"rev": "0bef1c6c3b44039dac2d858d57d49d8f0ca32c23",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "YalTeR",
|
"owner": "YalTeR",
|
||||||
"repo": "niri",
|
"repo": "niri",
|
||||||
"rev": "35623ea34582d6dfb0946a56981053f6fe8ed8b1",
|
"rev": "0bef1c6c3b44039dac2d858d57d49d8f0ca32c23",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@
|
||||||
};
|
};
|
||||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||||
niri-unstable = {
|
niri-unstable = {
|
||||||
url = "github:YalTeR/niri/35623ea34582d6dfb0946a56981053f6fe8ed8b1";
|
url = "github:YalTeR/niri/0bef1c6c3b44039dac2d858d57d49d8f0ca32c23";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
niri = {
|
niri = {
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,11 @@ let
|
||||||
builtins.replaceStrings
|
builtins.replaceStrings
|
||||||
[
|
[
|
||||||
"output \"${config.lib.monitors.mainMonitorName}\" {"
|
"output \"${config.lib.monitors.mainMonitorName}\" {"
|
||||||
# "background-color \"${base01}\""
|
"background-color \"${base01}\""
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
"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}\"\n backdrop-color \"${base02}\""
|
||||||
]
|
]
|
||||||
config.programs.niri.finalConfig
|
config.programs.niri.finalConfig
|
||||||
+ "\n"
|
+ "\n"
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
};
|
};
|
||||||
position = {
|
position = {
|
||||||
x = 0;
|
x = 0;
|
||||||
y = 0;
|
y = 60;
|
||||||
};
|
};
|
||||||
rotation = 90;
|
rotation = 90;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue