Window title with both program and path
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'
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.
I don't remember either when it showed both ON the per-window text, but IIRC it's plausible to show it on 2 different places, will have to look into it