gnunn1 / tilix

A tiling terminal emulator for Linux using GTK+ 3
https://gnunn1.github.io/tilix-web
Mozilla Public License 2.0
5.38k stars 293 forks source link

Show session count in borderless mode #2084

Open salvoc81 opened 2 years ago

salvoc81 commented 2 years ago

It might be that I cannot find the option, and in such case I do apologize.
I would like to have the session count (like the one in the title bar e.g., 2/4) when using the border-less mode.
Is it already possible to do it?

Thanks a lot in advance, and for maintaining this great terminal emulator.

ghost commented 2 years ago

Hi, I found that you cannot add session variables to terminal layout options. Maybe it's not hard to implement. I will try it soon, so you will be able to add to layout options:

session: ${sessionNumber}/${sessionCount} - terminal: ${id}-${title}

and it gives you eg:

session: 1/2 - terminal: 1-salvoc81@pc_name

image