remove terminal from dashboard

This commit is contained in:
Oliver Hartmann 2024-11-19 19:28:29 +00:00
parent bdee2b0401
commit 71b603512c

View File

@ -15,13 +15,6 @@ return {
dashboard = {
sections = {
{ section = 'header' },
{
pane = 2,
section = 'terminal',
cmd = 'colorscript -e square',
height = 5,
padding = 1,
},
{ section = 'keys', gap = 1, padding = 1 },
{ pane = 2, icon = '', title = 'Recent Files', section = 'recent_files', indent = 2, padding = 1 },
{ pane = 2, icon = '', title = 'Projects', section = 'projects', indent = 2, padding = 1 },