adriankarlen / neobrutal-zebar

A neobrutalism styled zebar
MIT License
23 stars 1 forks source link

Failed to fetch dynamic configuration #9

Open 0xJWLabs opened 18 hours ago

0xJWLabs commented 18 hours ago

I got this error Failed to fetch dynamic configuration

This is on my global_styles

@import "http://asset.localhost/C%3A%2FUsers%2F0xJWL%2F%2Fglzr%2Fzebar.styles%2Fglobal.css";

And on global.css

@import "http://asset.localhost/C:/Users/0xJWL/.glzr/zebar/styles/themes/catppuccin.css";
@import "http://asset.localhost/C:/Users/0xJWL/.glzr/zebar/styles/config.css";
@import "http://asset.localhost/C:/Users/0xJWL/.glzr/zebar/styles/animations.css";
@import "http://asset.localhost/C:/Users/0xJWL/.glzr/zebar/styles/bar.css";
@import "http://asset.localhost/C:/Users/0xJWL/.glzr/zebar/styles/group-left.css";
@import "http://asset.localhost/C:/Users/0xJWL/.glzr/zebar/styles/group-center.css";
@import "http://asset.localhost/C:/Users/0xJWL/.glzr/zebar/styles/group-right.css";
0xJWLabs commented 18 hours ago

Now it does work, but it looks like this

Errors

adriankarlen commented 9 hours ago
@import "http://asset.localhost/C%3A%2FUsers%2F0xJWL%2F%2Fglzr%2Fzebar.styles%2Fglobal.css";

On this import the encoding between zebar and styles is incorrect. It should be zebar%2Fstyles.