Skip to content
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

Titlebar is not transparent. Hyper 2.0, Mac #19

Closed
neo-anderson opened this issue Aug 21, 2018 · 4 comments · Fixed by #21
Closed

Titlebar is not transparent. Hyper 2.0, Mac #19

neo-anderson opened this issue Aug 21, 2018 · 4 comments · Fixed by #21

Comments

@neo-anderson
Copy link

Hi,
The titlebar is not transparent on Hyper 2.0. Please see the screenshot.
screen shot 2018-08-21 at 11 23 17 am

@rawnly
Copy link
Contributor

rawnly commented Oct 12, 2018

Add this snippet to the css config in the verminal config

module.exports = {
    config: {
       // ...
        verminal: {
            css: ` #hyper.header_header { background-color: transparent !important; }`
         }
    }
}

I'll submit a PR

@Alalalalaki
Copy link

I have the same problem.
Adding css: #hyper.header_header { background-color: transparent !important; }`` doesn't solve it.

@LeoJhonSong
Copy link

LeoJhonSong commented Mar 11, 2020

Hi i'm still facing this problem on my macOS 10.15.3...
image

and the solution mentioned above does not work too.

Please help!

BTW how can I config the vibrate option in ~/.hyper.js?

@etiennejcharles
Copy link

etiennejcharles commented Sep 19, 2020

TLDR;
Add to your config

verminal: {
  minimal: true
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants