summaryrefslogtreecommitdiff
path: root/lua/ben/plugins/lualine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/ben/plugins/lualine.lua')
-rw-r--r--lua/ben/plugins/lualine.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/lua/ben/plugins/lualine.lua b/lua/ben/plugins/lualine.lua
index e5b080d..6f29613 100644
--- a/lua/ben/plugins/lualine.lua
+++ b/lua/ben/plugins/lualine.lua
@@ -7,8 +7,10 @@ return {
options = {
theme = "everforest",
icons_enabled = true,
- section_separators = { left = "", right = "" },
- component_separators = { left = "", right = "" },
+ -- section_separators = { left = "", right = "" },
+ section_separators = { left = "▓", right = "▓" },
+ -- component_separators = { left = "", right = "" },
+ component_separators = { left = "░", right = "░" },
globalstatus = false,
ignore_focus = {},
always_divide_middle = true,