removes unnecessary space
This commit is contained in:
parent
d86fef9897
commit
f64cc57b84
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ local function get_elements(for_window)
|
||||||
{ Background = { Color = theme.colors().tab_bar.active_tab.bg_color } },
|
{ Background = { Color = theme.colors().tab_bar.active_tab.bg_color } },
|
||||||
{ Foreground = { Color = theme.colors().tab_bar.active_tab.fg_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() .. " " },
|
{ Text = "session >> " .. for_window:active_workspace() .. " " },
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue