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" "systems": "systems_2"
}, },
"locked": { "locked": {
"lastModified": 1761994152, "lastModified": 1763001718,
"narHash": "sha256-m4N7mX++iUY64gFVlW19jL311b+R8ejktJ64E6EzVLQ=", "narHash": "sha256-kcYQAE0uGwgYwzy4Ko5SkUBe/OtyyE1MUFw7Xmn5TPY=",
"owner": "noctalia-dev", "owner": "noctalia-dev",
"repo": "noctalia-shell", "repo": "noctalia-shell",
"rev": "34a6947ad69ff9aec4960e0d1d618a0c041943ca", "rev": "e1ce5a6b7c35285f010b10da2f8ef5a648f2fc6d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "noctalia-dev", "owner": "noctalia-dev",
"ref": "v3.0.11",
"repo": "noctalia-shell", "repo": "noctalia-shell",
"rev": "34a6947ad69ff9aec4960e0d1d618a0c041943ca",
"type": "github" "type": "github"
} }
}, },

View File

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

View File

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