feat: reduce dashboard top margin

pull/98/head
fm39hz-laptop 2024-05-30 10:55:01 +07:00
parent 5231658fe6
commit 4028a3d6c8
1 changed files with 11 additions and 0 deletions

View File

@ -15,6 +15,7 @@ local logo = [[
]] ]]
local section = require("alpha.themes.dashboard").section
return { return {
{ {
"catppuccin/nvim", "catppuccin/nvim",
@ -38,6 +39,16 @@ return {
val = vim.split(logo, "\n"), val = vim.split(logo, "\n"),
}, },
}, },
opts = {
layout = {
{ type = "padding", val = 3 },
section.header,
{ type = "padding", val = 2 },
section.buttons,
{ type = "padding", val = 3 },
section.footer,
},
},
}, },
}, },
{ {