From d8ae0fe14590b6c026a4d28ee58a3158ef60ca42 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 4 Dec 2024 19:00:04 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-04 19:00:04 --- .config/nvim/lua/plugins/dash.lua | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.config/nvim/lua/plugins/dash.lua b/.config/nvim/lua/plugins/dash.lua index 232ba00c..6c1863bf 100644 --- a/.config/nvim/lua/plugins/dash.lua +++ b/.config/nvim/lua/plugins/dash.lua @@ -14,7 +14,7 @@ return { width = 60, row = nil, -- dashboard position. nil for center col = nil, -- dashboard position. nil for center - pane_gap = 2, -- empty columns between vertical panes + pane_gap = 0, -- empty columns between vertical panes autokeys = "1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ", -- autokey sequence -- These settings are used by some built-in sections preset = { @@ -96,16 +96,16 @@ YMMMUP^ }, sections = { { section = "header" }, - -- { - -- -- pane = 2, - -- section = "terminal", - -- cmd = "fortune issa-haiku | ~/dev/pyku/pyku.py", - -- hl = "header", - -- height = 30, - -- random = 10, - -- indent = 12, - -- -- padding = 1, - -- }, + { + -- pane = 2, + section = "terminal", + cmd = "colorscript -e 36", + -- hl = "header", + -- height = 30, + random = 10, + -- indent = 11, + padding = 1, + }, -- { section = "keys", gap = 1, padding = 1 }, { section = "startup" }, },