update niri blur

This commit is contained in:
EdenQwQ 2026-02-25 20:11:47 +08:00
parent 050aded035
commit aa4dc038cb
3 changed files with 11 additions and 11 deletions

6
flake.lock generated
View file

@ -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": {

View file

@ -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"

View file

@ -65,7 +65,7 @@
{ {
id = "Tray"; id = "Tray";
drawerEnabled = false; drawerEnabled = false;
colorizeIcons = true; colorizeIcons = false;
blacklist = [ ]; blacklist = [ ];
} }
{ {