feat: add new mini logo for dashboard

This commit is contained in:
2024-11-25 19:05:53 -05:00
parent 9ade777c01
commit ff4e12676b
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ vim.g.dashboard = "snacks" ---@type string Options: [dashbo
-- ╰───────────────────────────╯
-- Dashboard logo file
vim.g.dash_logo = "neovim.txt" ---@type string Options: [dash logo]
vim.g.dash_logo = "mini.txt" ---@type string Options: [dash logo]
-- Dashboard header color
vim.g.DashboardHeaderColor = "#88fc9a" ---@type string Options: [hex color]
+1 -1
View File
@@ -34,7 +34,6 @@ return {
sections = function()
if not require('data.func').is_neovide() then
return {
-- { section = 'header' },
{
section = 'terminal',
cmd = 'pokemon-colorscripts -n porygon-z --no-title',
@@ -42,6 +41,7 @@ return {
height = 20,
indent = 44,
},
{ section = 'header', indent = 58 },
{ section = 'keys', gap = 1, padding = 1 },
{
pane = 2,