goolord / alpha-nvim

a lua powered greeter like vim-startify / dashboard-nvim
MIT License
1.87k stars 112 forks source link

How do I personalize the theta theme buttons? #278

Closed Lucashdml closed 5 months ago

Lucashdml commented 5 months ago

this are my configs { "goolord/alpha-nvim", lazy = false, dependencies = { "nvim-tree/nvim-web-devicons", "nvim-lua/plenary.nvim", }, config = function() local alpha = require ("alpha") local config = require("alpha.themes.theta").config -- there's no name, access via index config.layout[2].val = { [[ ]], [[ ]], [[ ]], [[ ]], [[  ]], [[ ████ ██████ █████ ██ ]], [[ ███████████ █████  ]], [[ █████████ ███████████████████ ███ ███████████ ]], [[ █████████ ███ █████████████ █████ ██████████████ ]], [[ █████████ ██████████ █████████ █████ █████ ████ █████ ]], [[ ███████████ ███ ███ █████████ █████ █████ ████ █████ ]], [[ ██████ █████████████████████ ████ █████ █████ ████ ██████ ]], [[ ]], [[ ]], [[ ]], }

  alpha.setup(config)
end,

},