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
297 stars 85 forks source link

Allow disabling any number or icon from window tabs #79

Closed alexguillamon closed 3 months ago

alexguillamon commented 4 months ago

Context

The theme is amazing and have very little to complain. One thing that might be an issue for some is clutter in window tabs.

If you are using panes and zoom heavily this might not be a problem but if you are not (like me) then the extra information is just clutter.

Solution

I would like to propose a flag that can be set in the user's tmux.conf to allow them to disable any of the numbers/icons the user might not use or want.

set -g @tokyo-night-tmux_show_window_number 0
set -g @tokyo-night-tmux_show_pane_number 0
set -g @tokyo-night-tmux_show_zoom 0
set -g @tokyo-night-tmux_show_window_last_flag 0

Alternatives

An alternative is for the user to edit these themselves (what I currently do) but this carries a level of overhead and work that needs to be done if one wants to pull latest changes and there is a conflict.