janoamaral / tokyo-night-tmux

A clean, dark Tmux theme that celebrates the lights of Downtown Tokyo at night.
https://github.com/janoamaral/tokyo-night-tmux/wiki
Other
251 stars 67 forks source link

position of window tabs #78

Closed nagy135 closed 1 month ago

nagy135 commented 1 month ago

I would simply like to ask if there is option to move windows bar at least some pixels away from session name, or even make it alight center in entire bar. The way it looks by default makes it quite hard to press correct tab index by just a glance, because it feels like there is extra window (session box)

janoamaral commented 1 month ago

Hi! Can you share a screenshot to see the issue?

nagy135 commented 1 month ago
image

its not an issue, its feature request. I would love that "server" window to have some spacing from session name left to it. Even move them to the center between widgets on right and session name on the left.

janoamaral commented 1 month ago

oh, I see. You can set the position in your config with

set -g status-justify [left | centre | right]

i.e. centre

image

nagy135 commented 1 month ago

oh, its tmux itself where these separate sections are defined? thanks for explanation !