diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-14 08:49:11 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-14 08:49:11 +0800 |
| commit | 96b802d74d5268b1fbacd41ebfc2ea2bed947ff3 (patch) | |
| tree | 90ecab0794139fe9e85d5e0657f02bb1e5459860 /appearance.lua | |
| parent | f3347980f311bfeb650c679cf4f048d5b1db608f (diff) | |
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.
Diffstat (limited to 'appearance.lua')
| -rw-r--r-- | appearance.lua | 6 |
1 files changed, 3 insertions, 3 deletions
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)", }, -- 拖动窗口边缘缩放 |
