- Works with Gnome 40/41/42
- Custom border radius and clip paddings for windows
- Black list for applications which draw window decoration itself
- Custom shadow for rounded corners windows
- Skip libadwaita / libhandy application
-
Compiz alike magic lamp effect
Hide shadow when magic lamp effect running. Need to restart (disable then enable) this extension when Compiz alike magic lamp effect enabled.
- The rounded corners effect for window is base on this shader from mutter project
- The TypeScript support for GJS is power by gi.ts
Install extensions from here.
It will install extensions to ~/.local/share/gnome-shell/extensions
git clone https://github.com/yilozt/rounded-window-corners
cd rounded-window-corners
yarn install
yarn ext:install
Download extensions pack from Releases Page, or download git version from Github Actions. After download extensions pack, you need use gnome-extensions
to install it, then restart gnome-shell to enable this extensions.
gnome-extensions install [email protected]
yarn build
Build and install extensions when files in src
folder changed.
yarn dev
Need to install Vagrant
and Virtual Box. This command will setup a virtual machine that enable log of extensions in terminal.
yarn vm