From 96b802d74d5268b1fbacd41ebfc2ea2bed947ff3 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 14 Aug 2026 08:49:11 +0800 Subject: feat: integrate noctalia as primary shell and launcher Replace ashell with noctalia for startup, add fallback logic to use noctalia when available, otherwise fall back to wofi-based tools for launcher, wallpaper picking, and screenshots. --- startup.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'startup.lua') diff --git a/startup.lua b/startup.lua index 9462fc5..1d54f71 100644 --- a/startup.lua +++ b/startup.lua @@ -6,7 +6,8 @@ hl.on("hyprland.start", function() -- 顶部菜单 / shell -- hl.exec_cmd("polybar -q -c ~/.config/polybar/config.ini -r") -- hl.exec_cmd("waybar") - hl.exec_cmd("ashell --config-path /home/catilgrass/.config/ashell/config.toml") + -- hl.exec_cmd("ashell --config-path /home/catilgrass/.config/ashell/config.toml") + hl.exec_cmd("noctalia") -- Seatd hl.exec_cmd("seatd -g video") -- cgit