feat: upgrade noctalia-shell

This commit is contained in:
2025-11-02 09:51:44 +08:00
parent cec8f7897a
commit 0683ced027
3 changed files with 8 additions and 6 deletions

8
flake.lock generated
View File

@@ -1011,17 +1011,17 @@
"systems": "systems_2"
},
"locked": {
"lastModified": 1761994152,
"narHash": "sha256-m4N7mX++iUY64gFVlW19jL311b+R8ejktJ64E6EzVLQ=",
"lastModified": 1763001718,
"narHash": "sha256-kcYQAE0uGwgYwzy4Ko5SkUBe/OtyyE1MUFw7Xmn5TPY=",
"owner": "noctalia-dev",
"repo": "noctalia-shell",
"rev": "34a6947ad69ff9aec4960e0d1d618a0c041943ca",
"rev": "e1ce5a6b7c35285f010b10da2f8ef5a648f2fc6d",
"type": "github"
},
"original": {
"owner": "noctalia-dev",
"ref": "v3.0.11",
"repo": "noctalia-shell",
"rev": "34a6947ad69ff9aec4960e0d1d618a0c041943ca",
"type": "github"
}
},

View File

@@ -68,7 +68,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
noctalia = {
url = "github:noctalia-dev/noctalia-shell/34a6947ad69ff9aec4960e0d1d618a0c041943ca";
url = "github:noctalia-dev/noctalia-shell/v3.0.11";
inputs.nixpkgs.follows = "nixpkgs";
inputs.quickshell.follows = "quickshell"; # Use same quickshell version
};

View File

@@ -151,6 +151,7 @@ in
}
{
id = "Tray";
drawerEnabled = false;
colorizeIcons = false;
}
{
@@ -198,6 +199,7 @@ in
avatarImage = "${assets.avatar}";
scaleRatio = 1.05;
radiusRatio = 0.8;
enableShadows = false;
};
location.weatherEnabled = false;
network.wifiEnabled = false;