feat(alpha): Add cat to ascii_arts

This commit is contained in:
rajvatsal 2024-01-06 16:09:34 +05:30
parent 0c45ad375a
commit 7486e12ea2
1 changed files with 11 additions and 0 deletions

View File

@ -193,6 +193,17 @@ return {
[[ ██ ██ ████ ████ ]],
[[ ]],
},
cat = {
[[ ▀████▀▄▄ ▄█ ]],
[[ █▀ ▀▀▄▄▄▄▄ ▄▄▀▀█ ]],
[[ ▄ █ ▀▀▀▀▄ ▄▀ ]],
[[ ▄▀ ▀▄ ▀▄ ▀▄▀ ]],
[[ ▄▀ █ █▀ ▄█▀▄ ▄█ ]],
[[ ▀▄ ▀▄ █ ▀██▀ ██▄█ ]],
[[ ▀▄ ▄▀ █ ▄██▄ ▄ ▄ ▀▀ █ ]],
[[ █ ▄▀ █ ▀██▀ ▀▀ ▀▀ ▄▀ ]],
[[ █ █ █ ▄▄ ▄▀ ]],
},
}
dashboard.section.header.val = ascii_arts['pacman'] -- require("ascii").art.gaming.pacman['basic']