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