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

Openbar breaks with the new update #44

Closed cortegaunam closed 5 months ago

cortegaunam commented 5 months ago

Openbar was working correctly and now that it has been updated it no longer starts correctly and I get the following message:

Captura desde 2024-06-21 10-22-29

neuromorph commented 5 months ago

There is a bug in stylesheet code, the next update will include the fix. For now, you can get the fix by running following command. It will replace local stylesheets.js with updated version from GitHub.

cd ~/.local/share/gnome-shell/extensions/openbar@neuromorph/; curl -LJO https://raw.githubusercontent.com/neuromorph/openbar/main/stylesheets.js; cd

After running this, you will need to logout and login again for the changes to take effect.

Let me know how it goes.

Thanks!

cortegaunam commented 5 months ago

Thanks, it's working again.