mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-02-22 12:55:33 +08:00
update noctalia
This commit is contained in:
parent
ce73753052
commit
b07f35bcd4
3 changed files with 11 additions and 17 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -833,11 +833,11 @@
|
|||
"niri-unstable": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1771496053,
|
||||
"narHash": "sha256-mxterEpNc6oDI1oY4+OdWXiLTpSrKBLWKWhAW503GFc=",
|
||||
"lastModified": 1771619725,
|
||||
"narHash": "sha256-AV6CEmWqM23wpOexysITVoWc92M5Dvegeh6xmBkwf80=",
|
||||
"owner": "niri-wm",
|
||||
"repo": "niri",
|
||||
"rev": "3d1cf38bf3ba9bd0208a6452bc4453ad4df79fe2",
|
||||
"rev": "48fb2b3970acfb05806047f6ae5d68b4b1041aac",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -1328,11 +1328,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1770957573,
|
||||
"narHash": "sha256-aHNxTDDmbRmsh3PY+PyqBFklFimZ4LcwvkQazzOxsaw=",
|
||||
"lastModified": 1771640976,
|
||||
"narHash": "sha256-quTSp+f5kT0TGjbP6h88G4f7/eBaNrdMcOAScKySh94=",
|
||||
"owner": "noctalia-dev",
|
||||
"repo": "noctalia-shell",
|
||||
"rev": "8c4a30406b86dd4acd59640169d176a0f83176d3",
|
||||
"rev": "f240a7ca2c9133ac338ac23c9b57c16489ad0fc2",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -13,27 +13,21 @@ let
|
|||
window-rule {
|
||||
background-effect {
|
||||
xray true
|
||||
blur {
|
||||
on
|
||||
}
|
||||
blur true
|
||||
}
|
||||
}
|
||||
layer-rule {
|
||||
match namespace="launcher"
|
||||
background-effect {
|
||||
xray false
|
||||
blur {
|
||||
on
|
||||
}
|
||||
blur true
|
||||
}
|
||||
}
|
||||
layer-rule {
|
||||
match namespace="noctalia-bar-content-*"
|
||||
background-effect {
|
||||
xray false
|
||||
blur {
|
||||
on
|
||||
}
|
||||
xray true
|
||||
blur true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@
|
|||
ui = {
|
||||
fontDefault = "Hug Me Tight";
|
||||
fontFixed = "Maple Mono";
|
||||
panelBackgroundOpacity = 0.9;
|
||||
panelBackgroundOpacity = 0.75;
|
||||
};
|
||||
dock.enabled = false;
|
||||
wallpaper.enabled = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue