Fix tab titles separator at the end
This commit is contained in:
parent
ed25b3d966
commit
73b5004c3f
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ c.editor.command = ["alacritty", "-e", "nvim", "-f", "{file}"]
|
||||||
# Tab-Bar
|
# Tab-Bar
|
||||||
# have tab bar on the right, not on the top
|
# have tab bar on the right, not on the top
|
||||||
c.tabs.background = True
|
c.tabs.background = True
|
||||||
c.tabs.title.format = '{index} {audio}{perc}{current_title}{title_sep}'
|
c.tabs.title.format = '{index} {audio}{perc}{current_title}'
|
||||||
c.tabs.position = "right"
|
c.tabs.position = "right"
|
||||||
c.tabs.width = "15%"
|
c.tabs.width = "15%"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue