yilozt / rounded-window-corners

A gnome-shell extensions that try to add rounded corners for all windows
GNU General Public License v3.0
463 stars 47 forks source link

Not supported for Fedora 37 #53

Closed 0xSegmented closed 2 years ago

0xSegmented commented 2 years ago

Hi, It might be a bit quick already. The rounded-window-corners does not work for Fedora 37.

0xSegmented commented 2 years ago

I mean, gnome43

yilozt commented 2 years ago

It can run in gnome 43, you can edit ~/.local/share/gnome-shell/extensions/rounded-window-corners@yilozt/metadata.json like this:

{
  "name": "Rounded Window Corners",
  "description": "Add rounded corners for all windows",
  "uuid": "rounded-window-corners@yilozt",
  "version": "5",
  "url": "https://github.com/yilozt/rounded-window-corners",
  "shell-version": ["40", "41", "42", "43"]
}

Then restart gnome-shell, it should works.

0xSegmented commented 2 years ago

Great! it works, thank you.