summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2025-01-24 21:15:40 +0000
committerBlake Romero <blake@blkrom.com>2025-01-24 21:15:40 +0000
commitc8b5d972b986e695d3a83204a788b435fc2668f7 (patch)
treeb628ce7150084a900205e94d93c42ca7173e9502
parentcd58866e24e919f78f327b92ae4f99f15c4d30be (diff)
Remove custom alpha header
-rw-r--r--lua/plugins/alpha.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/lua/plugins/alpha.lua b/lua/plugins/alpha.lua
index 0a769c7..a0f8e12 100644
--- a/lua/plugins/alpha.lua
+++ b/lua/plugins/alpha.lua
@@ -4,15 +4,6 @@ return {
config = function()
local theme = require("alpha.themes.startify")
theme.file_icons.provider = "devicons"
- theme.section.header.val = {
- [[ ████ ██████ █████ ██ ]],
- [[ ███████████ █████  ]],
- [[ █████████ ███████████████████ ███ ███████████ ]],
- [[ █████████ ███ █████████████ █████ ██████████████ ]],
- [[ █████████ ██████████ █████████ █████ █████ ████ █████ ]],
- [[ ███████████ ███ ███ █████████ █████ █████ ████ █████ ]],
- [[ ██████ █████████████████████ ████ █████ █████ ████ ██████ ]],
- }
require("alpha").setup(theme.config)
end,
keys = {