Add bubble style to lualine to better match hyprland corners
This commit is contained in:
parent
449f2f3f6d
commit
2548e17f82
|
@ -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 = {},
|
||||
|
|
Loading…
Reference in a new issue