Png image in window background
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 44.7k
- Forks
- 3.6k
- Avg merge
- 21m
- Merged PRs (30d)
- 1
Description
Hello people, I've tried to make this work and do not know how. What I need is to put the logo of my brand in the terminal, I did not find much reference with examples, the most I found was this one:
css: `
.terms_terms {
background: url(file://home/carlosantonio/Imagens/others/img.png) center;
background-size: cover;
}
.terms_termGroup {
background: rgba(0,0,0,0.7) !important
}
`
How can I do put a png image at the bottom of my window?
I'm using Linux, and the path of my image is this: /home/carlosantonio/Imagens/others/img.png
I know it's a relatively simple question, but it would be a great help for a project I'm developing. Thank you very much
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue only points to the CSS snippet and the .terms_terms and .terms_termGroup selectors; no repository file or test is identified. Confirm whether this is a documentation request or a terminal UI feature, then define the target entry point and an acceptance check showing the PNG background works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100