From bede6f3c4046b6ff57515d08a05b192d6534efdc Mon Sep 17 00:00:00 2001 From: rootiest Date: Mon, 25 Nov 2024 19:06:12 -0500 Subject: [PATCH] feat: add new terminal command for enhanced startup experience --- lua/plugins/dashboard/snacks.lua | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/lua/plugins/dashboard/snacks.lua b/lua/plugins/dashboard/snacks.lua index b66183e..af84805 100644 --- a/lua/plugins/dashboard/snacks.lua +++ b/lua/plugins/dashboard/snacks.lua @@ -34,14 +34,14 @@ return { sections = function() if not require('data.func').is_neovide() then return { - { - section = 'terminal', - cmd = 'pokemon-colorscripts -n porygon-z --no-title', - padding = 0, - height = 20, - indent = 44, - }, { section = 'header', indent = 58 }, + -- { + -- section = 'terminal', + -- cmd = 'pokemon-colorscripts -n porygon-z --no-title', + -- padding = 0, + -- height = 20, + -- indent = 44, + -- }, { section = 'keys', gap = 1, padding = 1 }, { pane = 2, @@ -49,7 +49,7 @@ return { title = 'Recent Files', section = 'recent_files', indent = 2, - padding = { 2, 20 }, + padding = { 2, 4 }, }, { pane = 2, @@ -70,7 +70,16 @@ return { indent = 3, ttl = 1 * 60, -- Time between git updates }, - { section = 'startup' }, + { section = 'startup', padding = 2 }, + { + section = 'terminal', + cmd = 'kusa rootiest && sleep 0.2', + -- cmd = 'gh graph -s github -p %E2%96%88', + padding = { 0, 0 }, + height = 10, + width = 106, + indent = 8, + }, } else return {