diff --git a/README.md b/README.md index f5f601e..cd0383e 100644 --- a/README.md +++ b/README.md @@ -15,30 +15,30 @@ require'startup'.setup({ highlight = '', margin = 5, align = 'center', - -- ascii art modified from Jo's at https://gist.github.com/ShadowJonathan/5f57439f19bea49d27f65717b8dfedf8 content = { - " ▓▓ ▓▓ ▓▓ ", - " ▓▓ ▓▓ ▓▓ ", - " ▒▒ ▒▒ ▒▒ ", - " ▒▒ ▒▒ ▒▒ ", - "▓▓ ░░░░░░▒▒░░░░░░ ▓▓", - "▓▓ ░░░░░░▒▒░░░░░░ ▓▓", - "▒▒ ▒▒ ▒▒", - "▒▒ ▒▒ ▒▒", - "░░░░░░░░▒▒▒▒▒▒▒▒▒▒░░░░░░░░", - "░░░░░░░░▒▒▒▒▒▒▒▒▒▒░░░░░░░░", - " ▒▒ ", - " ▒▒ ", - " ▓▓▒▒░░░░▒▒░░░░▒▒▓▓ ", - " ▓▓▒▒░░░░▒▒░░░░▒▒▓▓ ", - " ▒▒ ▒▒ ", - " ▒▒ ▒▒ ", - " ▒▒ ▒▒ ", - " ▒▒ ▒▒ ", - " ▒▒ ▒▒ ", - " ▒▒ ▒▒ ", - " ▒▒▒▒▒▒ ", - " ▒▒▒▒▒▒ ", + " █ ", + " ▓ █ ▓ ", + " ░█░ ", + " █ ", + " ▓ █ ▓ ", + " █ ▓ █ ▓ █ ", + " ▓ █ ▒ █ ▓ █ ▓ █ ▒ █ ▓ ", + " ▒ ▓ █ ▒ ▓ █ ▓ █ ▓ █ ▓ ▒ █ ▓ ▒ ", + " ░ ▒ ▓ █ ▒ ▓ █ ▓ █ ▓ █ ▓ ▒ █ ▓ ▒ ░ ", + "░ ░ ▒ ▓ █ ▒ ▓ █ ▓ █ ▓ █ ▓ ▒ █ ▓ ▒ ░ ░", + " ▓ █ ▓ █ ▓ █ ▓ ", + " ▓ ▓ ▓ ▓ ▓ ▓ ", + " ▒ ▓ ▒ ▓ ▓ ▓ ▒ ▓ ▒ ", + " ░▒▓▒░ ▒ ▒ ▒ ░▒▓▒░ ", + " ▓ ▓ ░░░▒░░░ ▓ ▓ ", + " ▓ ▒ ▒ ▒ ▓ ", + " ▒ ░░░░▒▒▒▒▒░░░░ ▒ ", + " ▒ ▒ ▒ ", + " ░ ▓▒░░▒░░▒▓ ░ ", + " ░ ▒ ▒ ░ ", + " ▒ ▒ ", + " ▒ ▒ ", + " ▒▒▒ ", }, oldfiles_amount = 0 }, @@ -49,6 +49,16 @@ require'startup'.setup({ highlight = '', default_color = '#CCCCCC', }, + piano = { + type = 'text', + align = 'center', + highlight = '', + default_color = '#FF0000', + content = { + "░▓░▓░░▓░▓░▓░░▓░▓░░▓░▓░▓░░", + "░░░░░░░░░░░░░░░░░░░░░░░░░", + } + }, body = { type = 'mapping', oldfiles_directory = false, @@ -57,12 +67,12 @@ require'startup'.setup({ title = 'Commands', margin = 0, content = { - {'File picker', 'Telescope find_files', 'f'}, -- requires telescope + {'Find files', 'Telescope find_files', 'f'}, -- requires telescope {'Recent files', 'Telescope oldfiles', 'r'}, -- requires telescope - {'File browser', 'Telescope file_browser', 'b'}, -- requires telescope and file_browser - {'New file', "lua require'startup'.new_file()", 'n'}, + {'Browse files', 'Telescope file_browser', 'b'}, -- requires telescope and file_browser + {'Git commits', 'Telescope git_commits', 'l'}, -- requires telescope {'Git status', 'Telescope git_status', 's'}, -- requires telescope - {'Git log', 'Telescope git_commits', 'l'}, -- requires telescope + {'New file', "lua require'startup'.new_file()", 'n'}, }, highlight = '', default_color = '#BF0000', @@ -72,7 +82,7 @@ require'startup'.setup({ mapping_keys = true, disable_statuslines = true, cursor_column = 0.5, - paddings = { 10, 2, 5, 0} + paddings = { 10, 1, 1, 0} }, mappings = { execute_command = '', @@ -84,6 +94,6 @@ require'startup'.setup({ colors = { background = '#00000000' }, - parts = {'keygen_church', 'praise', 'body'} + parts = {'keygen_church', 'praise', 'body', 'piano'} }) ``` \ No newline at end of file