neuromorph / openbar

A GNOME Shell extension for theming Gnome Top Bar / Top Panel, Menus, Dash/Dock, Gnome Shell and Gtk/Flatpak Apps.
https://extensions.gnome.org/extension/6580/open-bar/
GNU General Public License v3.0
268 stars 4 forks source link

[BUG]: Top bar is not rounding properly #87

Open kimjongbing opened 1 week ago

kimjongbing commented 1 week ago

Describe the bug When installing the extension, the top bar has square corners peeking out from them. Whatever setting I adjust these square corners do not go away. I am assuming this is not expected behavior.

To Reproduce Install the extension.

Relevant Specs:

Screenshots image image image image

neuromorph commented 4 days ago

Hello,

This is most likely an artifact of blurring. You probably have Panel blurring On in Blur My Shell. I had added a PR there to make it work for floating bar however it will only work for Static blur. Dynamic blur in Gnome has inherent limitation that does not allow rounded corners.

Solution: If you are using latest version (more or less) of Blur My Shell, then select Static blur for Panel in their settings. Else, disable Panel blur in BMS.

Thanks for writing!

kimjongbing commented 3 days ago

Hello,

This is most likely an artifact of blurring. You probably have Panel blurring On in Blur My Shell. I had added a PR there to make it work for floating bar however it will only work for Static blur. Dynamic blur in Gnome has inherent limitation that does not allow rounded corners.

Solution: If you are using latest version (more or less) of Blur My Shell, then select Static blur for Panel in their settings. Else, disable Panel blur in BMS.

Thanks for writing!

Ok thank you! :D