-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Open
Labels
Area-ExtensibilityA feature that would ideally be fulfilled by us having an extension model.A feature that would ideally be fulfilled by us having an extension model.Area-SettingsIssues related to settings and customizability, for console or terminalIssues related to settings and customizability, for console or terminalIssue-FeatureComplex enough to require an in depth planning process and actual budgeted, scheduled work.Complex enough to require an in depth planning process and actual budgeted, scheduled work.Product-TerminalThe new Windows Terminal.The new Windows Terminal.
Milestone
Description
Description of the new feature/enhancement
Within Profile Settings add the ability to not only have a Background image but also background text. This is set-up within the Profile Settings as either within Background Image Settings or as its own group of properties.
Why: When using multiple profiles with lots of Tabs open its handy to be able to recognise which server etc I'm working on at any one time and having an opaque reminder is really handy. Currently I'm doing this with images (see Mockup Below), however it would be nicer to have the option to just add text to the background.
Example Mockup:
Proposed technical implementation details (optional)
Within Profile Settings and "list"
"list":
[
{
// Make changes here to the powershell.exe profile.
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"hidden": false,
"backgroundText" : "IamServer1",
"backgroundTextFontStyle" : "Bold",
"backgroundTextFontSize" : "32",
"backgroundTextFont": "Sans-Serif"
"backgroundTextFontColor": "#93f533"
"backgroundTextAlign": "centre"
"backgroundTextOpacity": 0.1"
},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-ExtensibilityA feature that would ideally be fulfilled by us having an extension model.A feature that would ideally be fulfilled by us having an extension model.Area-SettingsIssues related to settings and customizability, for console or terminalIssues related to settings and customizability, for console or terminalIssue-FeatureComplex enough to require an in depth planning process and actual budgeted, scheduled work.Complex enough to require an in depth planning process and actual budgeted, scheduled work.Product-TerminalThe new Windows Terminal.The new Windows Terminal.
