AutoYADM commit: 2024-12-04 17:55:04
This commit is contained in:
parent
58e517b171
commit
ceb94effcc
1 changed files with 23 additions and 6 deletions
|
@ -32,6 +32,22 @@ 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 = [[
|
||||||
|
-- _.oo.
|
||||||
|
-- _.u[[/;:,. .odMMMMMM'
|
||||||
|
-- .o888UU[[[/;:-. .o@P^ MMM^
|
||||||
|
-- oN88888UU[[[/;::-. dP^
|
||||||
|
-- dNMMNN888UU[[[/;:--. .o@P^
|
||||||
|
-- ,MMMMMMN888UU[[/;::-. o@^
|
||||||
|
-- NNMMMNN888UU[[[/~.o@P^
|
||||||
|
-- 888888888UU[[[/o@^-..
|
||||||
|
-- oI8888UU[[[/o@P^:--..
|
||||||
|
-- .@^ YUU[[[/o@^;::---..
|
||||||
|
-- oMP ^/o@P^;:::---..
|
||||||
|
-- .dMMM .o@^ ^;::---...
|
||||||
|
-- dMMMMMMM@^` `^^^^
|
||||||
|
-- YMMMUP^
|
||||||
|
-- ^^]],
|
||||||
header = [[
|
header = [[
|
||||||
███╗ ██╗███████╗ ██████╗ ██╗ ██╗██╗███╗ ███╗
|
███╗ ██╗███████╗ ██████╗ ██╗ ██╗██╗███╗ ███╗
|
||||||
████╗ ██║██╔════╝██╔═══██╗██║ ██║██║████╗ ████║
|
████╗ ██║██╔════╝██╔═══██╗██║ ██║██║████╗ ████║
|
||||||
|
@ -40,6 +56,7 @@ return {
|
||||||
██║ ╚████║███████╗╚██████╔╝ ╚████╔╝ ██║██║ ╚═╝ ██║
|
██║ ╚████║███████╗╚██████╔╝ ╚████╔╝ ██║██║ ╚═╝ ██║
|
||||||
╚═╝ ╚═══╝╚══════╝ ╚═════╝ ╚═══╝ ╚═╝╚═╝ ╚═╝]],
|
╚═╝ ╚═══╝╚══════╝ ╚═════╝ ╚═══╝ ╚═╝╚═╝ ╚═╝]],
|
||||||
},
|
},
|
||||||
|
|
||||||
-- item field formatters
|
-- item field formatters
|
||||||
formats = {
|
formats = {
|
||||||
icon = function(item)
|
icon = function(item)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue