-
I am setting up a WSL environment running Ubuntu 24.04.1 LTS and catppuccin doesn't seem to be loading correctly (at least when comparing to my Ubuntu 20.04 environment). See screenshot: I've previously used catppuccin with minimal configuration, basically using it with no configuration changes. Differences I noticed:
I copied a bunch of settings from the "Recommended Default Configuration" section of the readme, which addresses most of these, however I haven't worked out how to get the current directory to show for the window name. What I am hoping to find out is if my catppuccin is not loading correctly for me, or if the out of the box look of catppuccin has changed and I need to make these config changes myself (and if so, what do I need to set to set my current working dir to the window name). Thanks in advance! More details:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Right after posting this I stumbled upon another discussion #386 which links to a migration guide. Pinning v0.3.0 fixed my issue, so this explains why i was seeing what I was seeing, curious if there is any recommended config to set to get the same look in v0.3.0 for latest, or is this no longer possible now? Thanks |
Beta Was this translation helpful? Give feedback.
-
Everything is working exactly as intended. If you want your current working directory in the window name then you can instruct your shell to do that, or you can use a format option that tmux provides (see the man page) |
Beta Was this translation helpful? Give feedback.
-
If you want something that just does everything for you, try tmux powerline. |
Beta Was this translation helpful? Give feedback.
-
Thanks @kjnsn |
Beta Was this translation helpful? Give feedback.
Everything is working exactly as intended. If you want your current working directory in the window name then you can instruct your shell to do that, or you can use a format option that tmux provides (see the man page)