Closed aimestereo closed 1 year ago
It looks like catppuccin is not configured to show the name of a window when it has been renamed. I am looking into a fix to override the window name when a user manually sets the name.
With the new settings you need to use the following: set -g @catppuccin_window_default_text "#W" set -g @catppuccin_window_current_text "#W"
This will set the status bar window to display the window name.
@89iuv works, thanks
The above configs only display window name in when a window is selected for me. If you want the window name to displayed by default. Add the following line along with the configs provided by @89iuv set -g @catppuccin_window_text "#W"
The above configs only display window name in when a window is selected for me. If you want the window name to displayed by default. Add the following line along with the configs provided by @89iuv set -g @catppuccin_window_text "#W"
You're my hero!
Notes:
Issue
If I rename window (or even pane), names in the bottom shows smth different (current folder?). For now I'm using this version that doesn't have this issue: https://github.com/dreamsofcode-io/catppuccin-tmux/commit/b4e0715356f820fc72ea8e8baf34f0f60e891718 Regretfully I can't be more useful, I don't even know if this version fixes smth, or if there's a bug in latest commits in main repo (https://github.com/dreamsofcode-io/catppuccin-tmux is quite behind main repo)
Examples
pic 1: main - wrong window names
![Screenshot 2023-07-09 at 12 23 22](https://github.com/catppuccin/tmux/assets/2869535/a06e7d21-cb3d-4347-89bd-1e8b2778eaf4)pic 2: alternative - window names are respected, if not set, shows current program name
![Screenshot 2023-07-09 at 12 24 40](https://github.com/catppuccin/tmux/assets/2869535/a3e629b3-2b3a-410f-92a1-6d23232bc28a)Additional info
My config, only relevant part:
My whole config