fixes spaces in wezterm tab bar
This commit is contained in:
parent
f64cc57b84
commit
a3ec125585
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ local function get_elements(for_window)
|
|||
{ Text = "bat:" .. helpers.get_primary_battery_state() .. " " },
|
||||
{ Background = { Color = theme.colors().tab_bar.active_tab.bg_color } },
|
||||
{ Foreground = { Color = theme.colors().tab_bar.active_tab.fg_color } },
|
||||
{ Text = helpers.get_zoomed_status(for_window) .. " " },
|
||||
{ Text = "session >> " .. for_window:active_workspace() .. " " },
|
||||
{ Text = " " .. helpers.get_zoomed_status(for_window) .. " " },
|
||||
{ Text = "session >> " .. for_window:active_workspace() .. " " },
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue