nvde/lua/ui/startscreen.lua

37 lines
1.9 KiB
Lua

local dash = require('dashboard')
local custom_header = {
' .█▄╥ _▄K¥▄ ',
' █ `▀▄_ ▄▄ ╓▄▀" ▀▌ ',
' █ "▀▄, ▓ ▀▀▄ ▄▀- █ ',
' ▐▌ ▀▄▌▀▀▀▀`""▀▀█ ▀▄ _▄▀ ▓ ',
' ▓ "▓╥ "▓_.▓▀ ╫ ',
' )▌ ▀█ ╫ ',
' ▐∩ █ ',
' ▐∩ ▐▌ ',
' ▐µ █▌ ',
' ▓ ╨▓▓█▄▄╥_ ,▄▄█████▄ █ ',
' ▐▄ `"▀▀██▄ ▐███▌╓_ .▓" ',
' "▓▄ _▄▄███▀` ▄▄▄▄┐ "▀▀█████▄ .▄K▀▀▀▀█ ',
'▐▌▀▀▀▀ª ▀▀` "▀▄, _ _╥▄▀ ',
' ▓▄ _╥µ __ ,▄▄ ]µ ` ╫▌@╨ ▀▌ ',
' "▀▄` ▓K" *▌▄▄▀" "▀▀▓▀ ▀▄ ',
' █. ▐▌ j▌ _ █ ',
' █ , ▀▄ ▐▌ ▄▓"▀▀▀▀" ',
' ▐█K▀▀"▀¥██▌▄▄_ ╨▓_ _█ ,▄▄K▀▀ ',
' ▐▌ "▀W "▀" "█µ ',
' ▐█ "▓_ ',
' _▓▀ ▀▄ ',
' j█____ _ ▀▄ ',
' ``"▓" ▓⌐ ',
' █ ▐▌ ',
' ▀ ▀ ',
}
dash.setup{
config = {
theme = 'doom',
header = custom_header,
}
}