Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.5k stars 570 forks source link

[Question] How can I change the icon of the current tab? #2581

Open commodis opened 2 months ago

commodis commented 2 months ago

I discovered that there is a command to change the name of the current tab:

ConEmuC -GUIMacro Rename(0, "new tab name")

and it works as expected! This gave me the idea to combine this and also change the icon, but I found nothing regarding this.

What I have tried:

Is there something like this?

Thanks for reading!