-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: option to hide tab icons #8157
Comments
Thanks for the request! This is something that I've already got written down as an idea for #3327, so I'll make sure to link the two up |
I would love to see this feature implemented as well. Hopefully some progress can be made on this as part of #3327. |
I'm gonna combine this with a related ask for monochrome tab icons.
|
@zadjii-msft can I attempt to pick this up shortly? |
Go for it |
(you can also skip the monochrome bit if you want. I put that in the original spec because "I'm sure someone out there wants this" but I'm not actually sure anyone does) |
To clarify, we want to be able to hide the icon in the tab control, and also make it monochrome, We do not change the compact mode, as the code supposedly is in another project. To implement this functionality we would have to add a monochrome filter and hide the icon altogether based on the respective setting. |
…ab monochrome. (#15948) Adding enum iconstyle for hiding the icon in the tab #8157 ## Summary of the Pull Request Please confirm if I am on the right track. ## References and Relevant Issues ## Detailed Description of the Pull Request / Additional comments ## Validation Steps Performed ## PR Checklist - [ ] Closes #8157 - [x] Tests added/passed - [ ] Documentation updated - If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx - [ ] Schema updated (if necessary)
Description of the new feature/enhancement
The
"compact"
tab width mode hides inactive tab titles and only shows icons for them. With multiple tabs of a same profile, it's hard to tell the difference without a descriptive title (which is controllable from the shell).A "compact" thing means to pack enough information into a small space, often in an unattractive way. A workaround is to use a non-existent
"icon"
target for all profiles insettings.json
, but that's hacky, and doesn't save enough space as expected. Let's compare Terminal and ConEmu, both snapped to the right half side of my screen:Thus I propose a new tab width mode, say
"textOnly"
, that hides icons (even for the active tab) and shows compact titles only.The text was updated successfully, but these errors were encountered: