Vibrancy or opacity not working on linux at all,
any suggestion?
Try another theme, like hyper-material-theme
by @equinusocio, add the extra settings and enable vibrancy.
It's not working, I guess vibrancy not possible on linux :(
@telmen vibrancy only support macOS ref
Yeah, vibrancy is MacOS only, what you can do is start Hyper with --enable-transparent-visuals --disable-gpu
and put rgba(0, 0, 0, 0.8)
in hyper.js
under background-color
.
Yeah, it gives transparency effect to hyper. Thanks. 👍
@stefanivic how to start hyper with keys --enable-transparent-visuals --disable-gpu
?. Where I need to write this if I using Windows?
@Zx-EvM Just make a shortcut and edit the link by adding flags
https://superuser.com/questions/29569/how-to-add-command-line-options-to-shortcut
@stefanivic @equinusocio thanks. It's doesn't work on Windows. Apparently hyper.is team did not implement support for opacity/transparent/vibrancy on Windows.
Or do you have it working?
Hm, electron doesn't provide windows and linux. For linux, its because gpu driver
On Mar 11, 2017, 15:42 +0800, Dmitry notifications@github.com, wrote:
>
@stefanivic (https://github.com/stefanivic) @equinusocio (https://github.com/equinusocio) thanks. It's doesn't work on Windows. Apparently hyper.is team did not implement support for opacity/transparent/vibrancy on Windows.
Or do you have it working?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub (https://github.com/zeit/hyper/issues/1625#issuecomment-285850627), or mute the thread (https://github.com/notifications/unsubscribe-auth/AFvlFwcYL_PqukLeaCFo449CpfeWqS7mks5rklBMgaJpZM4MZD0h).
Hi, i know the thread is closed, but i proved the flags in arch linux and nothing happens more that to get darker if i increase the transparency but full opacity.
Then it's probably not supported in Arch linux 😢 @jcdino
If i remember, there was something about Electron dropping the transparent support on Linux, but don't quote me on this one.
Maybe this can help: https://github.com/electron/electron/issues/2170#issuecomment-355144344 ?
When I am trying the command hyper --enable-transparent-visuals --disable-gpu
to start hyper in Ubuntu 16.04, it is showing this output. Please help me.
❯ hyper --enable-transparent-visuals --disable-gpu
The option "enable-transparent-visuals" is unknown. Here's a list of all available options:
Usage: hyper [options] [command]
Commands:
<default> Launch Hyper
d, docs, h, home Open the npm page of a plugin
help Display help
i, install Install a plugin
ls, list List installed plugins
lsr, list-remote, ls-remote List plugins available on npm
s, search Search for plugins on npm
u, uninstall, rm, remove Uninstall a plugin
Options:
-h, --help Output usage information
-v, --verbose Verbose mode (disabled by default)
When I am trying the command
hyper --enable-transparent-visuals --disable-gpu
to start hyper in Ubuntu 16.04, it is showing this output. Please help me.* Output
❯ hyper --enable-transparent-visuals --disable-gpu The option "enable-transparent-visuals" is unknown. Here's a list of all available options: Usage: hyper [options] [command] Commands: <default> Launch Hyper d, docs, h, home Open the npm page of a plugin help Display help i, install Install a plugin ls, list List installed plugins lsr, list-remote, ls-remote List plugins available on npm s, search Search for plugins on npm u, uninstall, rm, remove Uninstall a plugin Options: -h, --help Output usage information -v, --verbose Verbose mode (disabled by default)
yeah, me too
When I am trying the command
hyper --enable-transparent-visuals --disable-gpu
to start hyper in Ubuntu 16.04, it is showing this output. Please help me.* Output
❯ hyper --enable-transparent-visuals --disable-gpu The option "enable-transparent-visuals" is unknown. Here's a list of all available options: Usage: hyper [options] [command] Commands: <default> Launch Hyper d, docs, h, home Open the npm page of a plugin help Display help i, install Install a plugin ls, list List installed plugins lsr, list-remote, ls-remote List plugins available on npm s, search Search for plugins on npm u, uninstall, rm, remove Uninstall a plugin Options: -h, --help Output usage information -v, --verbose Verbose mode (disabled by default)
as described https://github.com/vercel/hyper/issues/1625#issuecomment-285774582 its not a command.
you should put them in the target box of a shortcut. don't bother though! i tried that and didn't get any transparency effect :(
Most helpful comment
When I am trying the command
hyper --enable-transparent-visuals --disable-gpu
to start hyper in Ubuntu 16.04, it is showing this output. Please help me.