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. --- appearance.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'appearance.lua') diff --git a/appearance.lua b/appearance.lua index 45a5240..a5d46cf 100644 --- a/appearance.lua +++ b/appearance.lua @@ -5,16 +5,16 @@ hl.config({ general = { -- 边距 gaps_in = 4, - gaps_out = { top = 0, right = 8, bottom = 8, left = 8 }, + gaps_out = { top = 8, right = 8, bottom = 8, left = 8 }, -- gaps_out = { top = 0, right = 0, bottom = 0, left = 0 }, -- 边框 - border_size = 2, + border_size = 1, -- 边框颜色 col = { active_border = { colors = { "rgba(EFEFEF32)" }, angle = 45 }, - inactive_border = "rgba(2A4A7400)", + inactive_border = "rgba(FFFFFF00)", }, -- 拖动窗口边缘缩放 -- cgit