From 2548e17f82c3816cdb9a31b03f85694d4d1dfebf Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 16 May 2023 12:40:50 +0100 Subject: [PATCH] Add bubble style to lualine to better match hyprland corners --- lua/plugins/lualine.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua index 6a965ca..7b5a7f9 100644 --- a/lua/plugins/lualine.lua +++ b/lua/plugins/lualine.lua @@ -11,12 +11,12 @@ return { globalstatus = true, }, sections = { - lualine_a = { "mode" }, + lualine_a = { { "mode", separator = { left = "" }, right_padding = 2 } }, lualine_b = { "filename", { "branch", icon = "󰊢" }, "diff" }, lualine_c = { "diagnostics", "require('noice').api.status.lsp.get_hl()" }, lualine_x = { "filetype", "fileformat", "encoding" }, lualine_y = { "progress" }, - lualine_z = { "selectioncount", "location" }, + lualine_z = { "selectioncount", { "location", separator = { right = "" }, left_padding = 2 } }, }, tabline = { lualine_a = {},