Feature: Set text to display in the background of a terminal instead of just an image #9697

Open
opened 2026-01-31 02:01:12 +00:00 by claunia · 1 comment
Owner

Originally created by @jasonturner on GitHub (Jul 20, 2020).

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:

ms-feature

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"
            },
Originally created by @jasonturner on GitHub (Jul 20, 2020). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> # 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: ![ms-feature](https://user-images.githubusercontent.com/1574649/87923536-9059a580-ca75-11ea-9796-135f0fed9b62.png) # 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" }, ```
claunia added the Issue-FeatureArea-SettingsProduct-TerminalArea-Extensibility labels 2026-01-31 02:01:12 +00:00
Author
Owner

@DHowett commented on GitHub (Aug 13, 2020):

Thanks for the request, and I'm sorry to take so long to get back to you!
This isn't something we're likely to add to the core Terminal, but I think it would make a great extension idea.

Linking: #4000.

@DHowett commented on GitHub (Aug 13, 2020): Thanks for the request, and I'm sorry to take so long to get back to you! This isn't something we're likely to add to the core Terminal, but I think it would make a great extension idea. Linking: #4000.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#9697