|
||
---|---|---|
extra | ||
native | ||
src | ||
.eslintrc.json | ||
.gitignore | ||
LICENSE | ||
README.md | ||
babel.config.json | ||
binding.gyp | ||
binding.js | ||
package-lock.json | ||
package.json | ||
yarn.lock |
It is now possible to apply a blur effect without Glasstron, as of Electron v24.x.x. Therefore, development for Glasstron has been discontinued.
Applying Window Blur without Glasstron
To add the blur effect for both Windows and macOS, add the following to your BrowserWindow configuration:
...
backgroundMaterial: `auto`
vibrancy: `dark`
...
Windows (#38163)
As of Electron v24.x.x, applying the acrylic/mica effect is now possible.
Options:
auto
none
mica
acylic
tabbed
macOS
Options:
appearance-based
light
dark
titlebar
selection
menu
popover
sidebar
medium-light
ultra-dark
header
sheet
window
hud
fullscreen-ui
tooltip
content
under-window
or under-page
Linux
What about Linux? Well, that's complicated as you need to keep in mind that everyone using Linux is using a different desktop environmnet and has it setup to their own preferences.
Glasstron will not continue development just for Linux users. We do not find that it is worth it.