mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-02-22 12:55:33 +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": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1744451806,
|
||||
"narHash": "sha256-cZTekG7OJUvNmdG/nT7z4ock/hbqcjf+E21DlEpzaqY=",
|
||||
"lastModified": 1745071964,
|
||||
"narHash": "sha256-kWPC3KjlJv4fV0j7o/vTV6TxEVxzlwfBj5ynYy6RetE=",
|
||||
"owner": "YalTeR",
|
||||
"repo": "niri",
|
||||
"rev": "35623ea34582d6dfb0946a56981053f6fe8ed8b1",
|
||||
"rev": "0bef1c6c3b44039dac2d858d57d49d8f0ca32c23",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "YalTeR",
|
||||
"repo": "niri",
|
||||
"rev": "35623ea34582d6dfb0946a56981053f6fe8ed8b1",
|
||||
"rev": "0bef1c6c3b44039dac2d858d57d49d8f0ca32c23",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
};
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
niri-unstable = {
|
||||
url = "github:YalTeR/niri/35623ea34582d6dfb0946a56981053f6fe8ed8b1";
|
||||
url = "github:YalTeR/niri/0bef1c6c3b44039dac2d858d57d49d8f0ca32c23";
|
||||
flake = false;
|
||||
};
|
||||
niri = {
|
||||
|
|
|
|||
|
|
@ -8,11 +8,11 @@ let
|
|||
builtins.replaceStrings
|
||||
[
|
||||
"output \"${config.lib.monitors.mainMonitorName}\" {"
|
||||
# "background-color \"${base01}\""
|
||||
"background-color \"${base01}\""
|
||||
]
|
||||
[
|
||||
"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
|
||||
+ "\n"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
};
|
||||
position = {
|
||||
x = 0;
|
||||
y = 0;
|
||||
y = 60;
|
||||
};
|
||||
rotation = 90;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue