rose-pine / tmux

Soho vibes for tmux
MIT License
133 stars 48 forks source link

Window title with both program and path #33

Open ndom91 opened 2 months ago

ndom91 commented 2 months ago

I could have sworn at some point I had rose-pine-tmux showing both the path and current program as the window title, but I can't get it to display like this anymore.

So for example, ideally my left half of the status bar would look something like:

(1) 1 -> nvim:/opt/project  |  2 -> ~/Downloads  |  3 -> nvim:/test.txt

Am I just imagining things? I can't get it to display this way any more no matter which flags I toggle :sweat_smile:

I have these two both set to on, which I thought would enable this kind of display ^^

set -g @rose_pine_show_current_program 'on'
set -g @rose_pine_show_pane_directory 'on'
ndom91 commented 2 months ago

Combining this with tmux-window-name (https://github.com/ofirgall/tmux-window-name) seems to have gotten me my desired window names, if anyone else stumbles upon this. Would be cool to be able to do this all in tmux-rose-pine though.

image