removes unnecessary space

This commit is contained in:
Dennis Schoepf 2025-08-27 21:36:11 +02:00
parent d86fef9897
commit f64cc57b84

View file

@ -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