diff --git a/modules/wezterm/config/tab_bar.lua b/modules/wezterm/config/tab_bar.lua index 4b8e6e2..d2d7f70 100644 --- a/modules/wezterm/config/tab_bar.lua +++ b/modules/wezterm/config/tab_bar.lua @@ -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