mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-05-03 04:06:23 +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": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1771672342,
|
||||
"narHash": "sha256-52CxMRH2kVGpsPBiZM+996b6i/3XkmOrySm5zqwWc+o=",
|
||||
"lastModified": 1771683761,
|
||||
"narHash": "sha256-ZaASbpeFF3sQ8uJAheuuuDMnymqpLfrsyf3hr9B5CMM=",
|
||||
"owner": "niri-wm",
|
||||
"repo": "niri",
|
||||
"rev": "86f42d1ed9ab787c52ace073e0b3218e26530d25",
|
||||
"rev": "3b9f6ca062056348ef1a280716718d96c591246d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -69,15 +69,15 @@ let
|
|||
finalNiriConfig =
|
||||
builtins.replaceStrings
|
||||
[
|
||||
# "layout {"
|
||||
"output \"${config.lib.monitors.mainMonitorName}\" {"
|
||||
]
|
||||
[
|
||||
# ''
|
||||
# layout {
|
||||
# blur {
|
||||
# on
|
||||
# }
|
||||
# ''
|
||||
''
|
||||
output "${config.lib.monitors.mainMonitorName}" {
|
||||
hot-corners {
|
||||
top-right
|
||||
}
|
||||
''
|
||||
]
|
||||
config.programs.niri.finalConfig
|
||||
+ "\n"
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@
|
|||
{
|
||||
id = "Tray";
|
||||
drawerEnabled = false;
|
||||
colorizeIcons = true;
|
||||
colorizeIcons = false;
|
||||
blacklist = [ ];
|
||||
}
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue