AutoYADM commit: 2024-12-04 19:25:03

This commit is contained in:
Daniel Fichtinger 2024-12-04 19:25:03 -05:00
parent ef97a57d1a
commit bb2a806062

View file

@ -4,7 +4,7 @@ local function gen_header()
end end
local function get_haiku() local function get_haiku()
-- local h = vim.fn.system("fortune issa-haiku") -- local h = vim.fn.system("fortune issa-haiku")
local h = vim.fn.system("fortune -e -s") local h = vim.fn.system("fortune -s computers linux")
return h return h
end end
return { return {
@ -49,24 +49,24 @@ return {
-- { icon = " ", key = "q", desc = "Quit", action = ":qa" }, -- { icon = " ", key = "q", desc = "Quit", action = ":qa" },
}, },
-- Used by the `header` section -- Used by the `header` section
-- header = [[ header = [[
-- _.oo. _.oo.
-- _.u[[/;:,. .odMMMMMM' _.u[[/;:,. .odMMMMMM'
-- .o888UU[[[/;:-. .o@P^ MMM^ .o888UU[[[/;:-. .o@P^ MMM^
-- oN88888UU[[[/;::-. dP^ oN88888UU[[[/;::-. dP^
-- dNMMNN888UU[[[/;:--. .o@P^ dNMMNN888UU[[[/;:--. .o@P^
-- ,MMMMMMN888UU[[/;::-. o@^ ,MMMMMMN888UU[[/;::-. o@^
-- NNMMMNN888UU[[[/~.o@P^ NNMMMNN888UU[[[/~.o@P^
-- 888888888UU[[[/o@^-.. 888888888UU[[[/o@^-..
-- oI8888UU[[[/o@P^:--.. oI8888UU[[[/o@P^:--..
-- .@^ YUU[[[/o@^;::---.. .@^ YUU[[[/o@^;::---..
-- oMP ^/o@P^;:::---.. oMP ^/o@P^;:::---..
-- .dMMM .o@^ ^;::---... .dMMM .o@^ ^;::---...
-- dMMMMMMM@^` `^^^^ dMMMMMMM@^` `^^^^
-- YMMMUP^ YMMMUP^
-- ^^ ^^
-- ]], ]],
header = gen_header(), -- header = gen_header(),
-- header = "test", -- header = "test",
-- footer = "testing", -- footer = "testing",
}, },