diff --git a/modules/wezterm/config/tab_bar.lua b/modules/wezterm/config/tab_bar.lua index ef65593..4b8e6e2 100644 --- a/modules/wezterm/config/tab_bar.lua +++ b/modules/wezterm/config/tab_bar.lua @@ -14,7 +14,7 @@ local function get_elements(for_window) { 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 = "session >> " .. for_window:active_workspace() .. " " }, } end