add: lualine template

This commit is contained in:
asep.komarudin 2024-05-23 18:08:15 +07:00
parent c575f0b93f
commit 7f1637b6e8
5 changed files with 90 additions and 5 deletions

View file

@ -52,8 +52,12 @@ return {
theme = gettheme.roundedall(bubbles_theme)
elseif theme_option == "square" then
theme = gettheme.square(bubbles_theme)
elseif theme_option == "transparent" then
theme = gettheme.square(component.transparent(colors))
elseif theme_option == "triangle" then
theme = gettheme.triangle(bubbles_theme)
elseif theme_option == "parallelogram" then
theme = gettheme.parallelogram(bubbles_theme)
elseif theme_option == "default" then
theme = {}
end