feat: add new mini logo for dashboard
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
𝙀 𝙊 𝙑 𝙄 𝙈
|
||||||
@@ -151,7 +151,7 @@ vim.g.dashboard = "snacks" ---@type string Options: [dashbo
|
|||||||
-- ╰───────────────────────────╯
|
-- ╰───────────────────────────╯
|
||||||
|
|
||||||
-- Dashboard logo file
|
-- 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
|
-- Dashboard header color
|
||||||
vim.g.DashboardHeaderColor = "#88fc9a" ---@type string Options: [hex color]
|
vim.g.DashboardHeaderColor = "#88fc9a" ---@type string Options: [hex color]
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,6 @@ return {
|
|||||||
sections = function()
|
sections = function()
|
||||||
if not require('data.func').is_neovide() then
|
if not require('data.func').is_neovide() then
|
||||||
return {
|
return {
|
||||||
-- { section = 'header' },
|
|
||||||
{
|
{
|
||||||
section = 'terminal',
|
section = 'terminal',
|
||||||
cmd = 'pokemon-colorscripts -n porygon-z --no-title',
|
cmd = 'pokemon-colorscripts -n porygon-z --no-title',
|
||||||
@@ -42,6 +41,7 @@ return {
|
|||||||
height = 20,
|
height = 20,
|
||||||
indent = 44,
|
indent = 44,
|
||||||
},
|
},
|
||||||
|
{ section = 'header', indent = 58 },
|
||||||
{ section = 'keys', gap = 1, padding = 1 },
|
{ section = 'keys', gap = 1, padding = 1 },
|
||||||
{
|
{
|
||||||
pane = 2,
|
pane = 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user