From 0683ced027a4c6bf795980c351db9c3d6c699ad2 Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Sun, 2 Nov 2025 09:51:44 +0800 Subject: [PATCH] feat: upgrade noctalia-shell --- flake.lock | 8 ++++---- flake.nix | 2 +- modules/desktop/wm/niri/default.nix | 4 +++- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 4d974be..f0c14ab 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } }, diff --git a/flake.nix b/flake.nix index ead2b1d..201d517 100644 --- a/flake.nix +++ b/flake.nix @@ -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 }; diff --git a/modules/desktop/wm/niri/default.nix b/modules/desktop/wm/niri/default.nix index 0ea0f57..1c6a75a 100644 --- a/modules/desktop/wm/niri/default.nix +++ b/modules/desktop/wm/niri/default.nix @@ -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; @@ -223,4 +225,4 @@ in }; }; }; -} +} \ No newline at end of file