Doubled asciiart size
parent
fc34dbcc54
commit
4700355f7d
34
README.md
34
README.md
|
@ -15,19 +15,29 @@ require'startup'.setup({
|
||||||
highlight = '',
|
highlight = '',
|
||||||
margin = 5,
|
margin = 5,
|
||||||
align = 'center',
|
align = 'center',
|
||||||
-- ASCII header by Jo(https://gist.github.com/ShadowJonathan/5f57439f19bea49d27f65717b8dfedf8)
|
|
||||||
content = {
|
content = {
|
||||||
" ▓ ▓ ▓ ",
|
" ▓▓ ▓▓ ▓▓ ",
|
||||||
" ▒ ▒ ▒ ",
|
" ▓▓ ▓▓ ▓▓ ",
|
||||||
"▓ ░░░▒░░░ ▓",
|
" ▒▒ ▒▒ ▒▒ ",
|
||||||
"▒ ▒ ▒",
|
" ▒▒ ▒▒ ▒▒ ",
|
||||||
"░░░░▒▒▒▒▒░░░░",
|
"▓▓ ░░░░░░▒▒░░░░░░ ▓▓",
|
||||||
" ▒ ",
|
"▓▓ ░░░░░░▒▒░░░░░░ ▓▓",
|
||||||
" ▓▒░░▒░░▒▓ ",
|
"▒▒ ▒▒ ▒▒",
|
||||||
" ▒ ▒ ",
|
"▒▒ ▒▒ ▒▒",
|
||||||
" ▒ ▒ ",
|
"░░░░░░░░▒▒▒▒▒▒▒▒▒▒░░░░░░░░",
|
||||||
" ▒ ▒ ",
|
"░░░░░░░░▒▒▒▒▒▒▒▒▒▒░░░░░░░░",
|
||||||
" ▒▒▒ "
|
" ▒▒ ",
|
||||||
|
" ▒▒ ",
|
||||||
|
" ▓▓▒▒░░░░▒▒░░░░▒▒▓▓ ",
|
||||||
|
" ▓▓▒▒░░░░▒▒░░░░▒▒▓▓ ",
|
||||||
|
" ▒▒ ▒▒ ",
|
||||||
|
" ▒▒ ▒▒ ",
|
||||||
|
" ▒▒ ▒▒ ",
|
||||||
|
" ▒▒ ▒▒ ",
|
||||||
|
" ▒▒ ▒▒ ",
|
||||||
|
" ▒▒ ▒▒ ",
|
||||||
|
" ▒▒▒▒▒▒ ",
|
||||||
|
" ▒▒▒▒▒▒ ",
|
||||||
},
|
},
|
||||||
oldfiles_amount = 0
|
oldfiles_amount = 0
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue