Removes rounded corners from main panel or top bar WARNING: From GNOME 42 onwards this extension is not needed since it no longer has rounded corners
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
You can also simplify it by removing everything from extension.js: ```js function enable() {} function disable() {} ``` and only do this in css: ```css #panel .panel-corner { -panel-corner-radius: 0; } ```
@JustPerfection I love your solution. I'll do changes now ;-)