-
Hello, Instead of showing the session number, I would love to show the same name instead. Same thing with the window name. The bests from bestie. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Session name is already displayed in the session status module, (default name is the session number). For window name
or
|
Beta Was this translation helpful? Give feedback.
-
Exceedingly strange, I've renamed the session and can confirm with :ls, but only a number is shown. Using the default config.
…---- On Mon, 07 Oct 2024 11:18:38 -0400 ***@***.*** wrote ----
Session name is already displayed in the session status module, (default name is the session number).
For window name
set -g @catppuccin_window_current_text "#{window_name}"
set -g @catppuccin_window_default_text "#{window_name}"
or
set -g @catppuccin_window_current_text "#W"
set -g @catppuccin_window_default_text "#W"
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
and :ls shows
The session name is meant to bee "Dojo" Also, as a side question so I don't open another post later, is it possible to show the git branch of the current directory? |
Beta Was this translation helpful? Give feedback.
Add
#{E:@catppuccin_status_sesssion}
to right you are currently not displaying the session name anywhere.As for git I suggest the gitmux module or
#(git branch --show-current)