AutoYADM commit: 2024-12-04 18:25:03
This commit is contained in:
parent
6f14c9f18b
commit
2d7d687bde
1 changed files with 5 additions and 4 deletions
|
@ -71,7 +71,7 @@ YMMMUP^
|
|||
end,
|
||||
footer = { "%s", align = "center" },
|
||||
header = { "%s", align = "center" },
|
||||
terminal = { "%s", align = "center" },
|
||||
-- terminal = { "%s", align = "center" },
|
||||
file = function(item, ctx)
|
||||
local fname = vim.fn.fnamemodify(item.file, ":~")
|
||||
fname = ctx.width and #fname > ctx.width and vim.fn.pathshorten(fname) or fname
|
||||
|
@ -88,11 +88,12 @@ YMMMUP^
|
|||
end,
|
||||
},
|
||||
sections = {
|
||||
{ section = "header" },
|
||||
-- { section = "header" },
|
||||
{
|
||||
pane = 2,
|
||||
-- pane = 2,
|
||||
section = "terminal",
|
||||
cmd = "fortune issa-haiku",
|
||||
cmd = "fortune issa-haiku | ~/dev/pyku/pyku.py",
|
||||
hl = "header",
|
||||
-- height = 5,
|
||||
-- padding = 1,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue