vercel / vercel/hyper

Png image in window background

Open
#5,484 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.