mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
update niri blur
This commit is contained in:
parent
050aded035
commit
aa4dc038cb
3 changed files with 11 additions and 11 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -812,11 +812,11 @@
|
||||||
"niri-unstable": {
|
"niri-unstable": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1771672342,
|
"lastModified": 1771683761,
|
||||||
"narHash": "sha256-52CxMRH2kVGpsPBiZM+996b6i/3XkmOrySm5zqwWc+o=",
|
"narHash": "sha256-ZaASbpeFF3sQ8uJAheuuuDMnymqpLfrsyf3hr9B5CMM=",
|
||||||
"owner": "niri-wm",
|
"owner": "niri-wm",
|
||||||
"repo": "niri",
|
"repo": "niri",
|
||||||
"rev": "86f42d1ed9ab787c52ace073e0b3218e26530d25",
|
"rev": "3b9f6ca062056348ef1a280716718d96c591246d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -69,15 +69,15 @@ let
|
||||||
finalNiriConfig =
|
finalNiriConfig =
|
||||||
builtins.replaceStrings
|
builtins.replaceStrings
|
||||||
[
|
[
|
||||||
# "layout {"
|
"output \"${config.lib.monitors.mainMonitorName}\" {"
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
# ''
|
''
|
||||||
# layout {
|
output "${config.lib.monitors.mainMonitorName}" {
|
||||||
# blur {
|
hot-corners {
|
||||||
# on
|
top-right
|
||||||
# }
|
}
|
||||||
# ''
|
''
|
||||||
]
|
]
|
||||||
config.programs.niri.finalConfig
|
config.programs.niri.finalConfig
|
||||||
+ "\n"
|
+ "\n"
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@
|
||||||
{
|
{
|
||||||
id = "Tray";
|
id = "Tray";
|
||||||
drawerEnabled = false;
|
drawerEnabled = false;
|
||||||
colorizeIcons = true;
|
colorizeIcons = false;
|
||||||
blacklist = [ ];
|
blacklist = [ ];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue