refactor(alpha): Set header to pacman

This commit is contained in:
rajvatsal 2024-01-08 13:29:53 +05:30
parent caffac7c55
commit 8c9babcc4e
1 changed files with 315 additions and 317 deletions

View File

@ -1,4 +1,3 @@
return (function()
math.randomseed(os.time()) math.randomseed(os.time())
local _ascii_arts = { local _ascii_arts = {
kraken = { kraken = {
@ -237,7 +236,7 @@ return (function()
[[⠀⠀⠘⢦⡀⠀⠀⠀⠀⠀⠀⢀⣀⠴⠖⠒⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀]], [[⠀⠀⠘⢦⡀⠀⠀⠀⠀⠀⠀⢀⣀⠴⠖⠒⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀]],
[[⠀⠀⠀⠀⠉⠑⠒⠒⠐⠒⠛⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀]], [[⠀⠀⠀⠀⠉⠑⠒⠒⠐⠒⠛⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀]],
}, },
dragon = { bomb = {
' ▄▄██████████▄▄ ', ' ▄▄██████████▄▄ ',
' ▀▀▀ ██ ▀▀▀ ', ' ▀▀▀ ██ ▀▀▀ ',
' ▄██▄ ▄▄████████████▄▄ ▄██▄ ', ' ▄██▄ ▄▄████████████▄▄ ▄██▄ ',
@ -297,7 +296,7 @@ return (function()
local alpha = require("alpha") local alpha = require("alpha")
local dashboard = require("alpha.themes.dashboard") 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 -- Set menu
dashboard.section.buttons.val = { dashboard.section.buttons.val = {
@ -323,4 +322,3 @@ return (function()
alpha.setup(dashboard.opts) alpha.setup(dashboard.opts)
end end
} }
end)()