refactor(alpha): Set header to pacman
This commit is contained in:
parent
caffac7c55
commit
8c9babcc4e
|
@ -1,4 +1,3 @@
|
|||
return (function()
|
||||
math.randomseed(os.time())
|
||||
local _ascii_arts = {
|
||||
kraken = {
|
||||
|
@ -237,7 +236,7 @@ return (function()
|
|||
[[⠀⠀⠘⢦⡀⠀⠀⠀⠀⠀⠀⢀⣀⠴⠖⠒⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀]],
|
||||
[[⠀⠀⠀⠀⠉⠑⠒⠒⠐⠒⠛⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀]],
|
||||
},
|
||||
dragon = {
|
||||
bomb = {
|
||||
' ▄▄██████████▄▄ ',
|
||||
' ▀▀▀ ██ ▀▀▀ ',
|
||||
' ▄██▄ ▄▄████████████▄▄ ▄██▄ ',
|
||||
|
@ -297,7 +296,7 @@ return (function()
|
|||
local alpha = require("alpha")
|
||||
local dashboard = require("alpha.themes.dashboard")
|
||||
|
||||
dashboard.section.header.val = _ascii_arts['dragon'] -- require("ascii").art.text.slogons['make_cool_stuff']
|
||||
dashboard.section.header.val = _ascii_arts['pacman'] -- require("ascii").art.text.slogons['make_cool_stuff']
|
||||
|
||||
-- Set menu
|
||||
dashboard.section.buttons.val = {
|
||||
|
@ -323,4 +322,3 @@ return (function()
|
|||
alpha.setup(dashboard.opts)
|
||||
end
|
||||
}
|
||||
end)()
|
||||
|
|
Loading…
Reference in New Issue