feat: add new mini logo for dashboard
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user