update noctalia

This commit is contained in:
EdenQwQ 2026-02-21 12:47:29 +08:00
parent ce73753052
commit b07f35bcd4
3 changed files with 11 additions and 17 deletions

12
flake.lock generated
View file

@ -833,11 +833,11 @@
"niri-unstable": { "niri-unstable": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1771496053, "lastModified": 1771619725,
"narHash": "sha256-mxterEpNc6oDI1oY4+OdWXiLTpSrKBLWKWhAW503GFc=", "narHash": "sha256-AV6CEmWqM23wpOexysITVoWc92M5Dvegeh6xmBkwf80=",
"owner": "niri-wm", "owner": "niri-wm",
"repo": "niri", "repo": "niri",
"rev": "3d1cf38bf3ba9bd0208a6452bc4453ad4df79fe2", "rev": "48fb2b3970acfb05806047f6ae5d68b4b1041aac",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1328,11 +1328,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1770957573, "lastModified": 1771640976,
"narHash": "sha256-aHNxTDDmbRmsh3PY+PyqBFklFimZ4LcwvkQazzOxsaw=", "narHash": "sha256-quTSp+f5kT0TGjbP6h88G4f7/eBaNrdMcOAScKySh94=",
"owner": "noctalia-dev", "owner": "noctalia-dev",
"repo": "noctalia-shell", "repo": "noctalia-shell",
"rev": "8c4a30406b86dd4acd59640169d176a0f83176d3", "rev": "f240a7ca2c9133ac338ac23c9b57c16489ad0fc2",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -13,27 +13,21 @@ let
window-rule { window-rule {
background-effect { background-effect {
xray true xray true
blur { blur true
on
}
} }
} }
layer-rule { layer-rule {
match namespace="launcher" match namespace="launcher"
background-effect { background-effect {
xray false xray false
blur { blur true
on
}
} }
} }
layer-rule { layer-rule {
match namespace="noctalia-bar-content-*" match namespace="noctalia-bar-content-*"
background-effect { background-effect {
xray false xray true
blur { blur true
on
}
} }
} }

View file

@ -107,7 +107,7 @@
ui = { ui = {
fontDefault = "Hug Me Tight"; fontDefault = "Hug Me Tight";
fontFixed = "Maple Mono"; fontFixed = "Maple Mono";
panelBackgroundOpacity = 0.9; panelBackgroundOpacity = 0.75;
}; };
dock.enabled = false; dock.enabled = false;
wallpaper.enabled = false; wallpaper.enabled = false;