Way to get icons on the tabs in conemu

conemu

Is there a way to get icons on the tabs in conemu? I would like the tab to have a PowerShell icon for my PowerShell tab for example. I have got it to work for the taskbar/jump list by specifying a task parameter, but I haven't figured out how to get icon on the tabs.

Best Answer

Tab icons are available from the box for most of shells (if shell executable has icon in its resource).

If your shell does not have icon, or you want to use custom icon, look below for examples:

  • use /icon "C:\cygwin\Cygwin.ico" in your task parameters
  • use -new_console:C:"C:\cygwin\Cygwin.ico" in the shell arguments
Related Question