fixes spaces in wezterm tab bar

This commit is contained in:
Dennis Schoepf 2025-08-27 21:37:58 +02:00
parent f64cc57b84
commit a3ec125585

View file

@ -13,7 +13,7 @@ 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 = " " .. helpers.get_zoomed_status(for_window) .. " " },
{ Text = "session >> " .. for_window:active_workspace() .. " " },
}
end