kovidgoyal / kitty

Cross-platform, fast, feature-rich, GPU based terminal
https://sw.kovidgoyal.net/kitty/
GNU General Public License v3.0
24.41k stars 980 forks source link

Customize Window Title Bar like macOS Default Terminal #7407

Closed VicBoss1984 closed 6 months ago

VicBoss1984 commented 6 months ago

Hi Everyone,

Does the Kitty terminal allow the user to customize the window title bar beyond including the present-working-directory on macOS? My intention is to emulate the window title bar setup of the default macOS terminal in Kitty, as I am trying to migrate from the macOS terminal to Kitty.

Here is what the default macOS terminal looks like with the setup that I have for it:

Screenshot 2024-05-02 at 06 31 38

Here is what the Kitty terminal looks like with the setup that I have for it:

Screenshot 2024-05-02 at 06 34 21

Basically, I am curious if Kitty supports a similar window title customization feature like the macOS terminal, like so:

Screenshot 2024-05-02 at 06 34 50

Many thanks, Ali

kovidgoyal commented 6 months ago

The window title can show anything you like. Configure your shell to set the window title using the set title escape codes. Once you do so, all terminals will show whatever that is in their title bars.