Gerg-L / spicetify-nix

A nix flake for configuring spicetify. Includes packaging for many popular themes and extensions.
GNU General Public License v3.0
154 stars 12 forks source link

some themes not working properly #236

Open dddictionary opened 3 weeks ago

dddictionary commented 3 weeks ago

I got everything set up properly and Spicetify is applying the css changes.

However, some of the css is just broken. For example: Flow, with colorTheme Violet shouldn't look like this image

Also, Hazy, which should be transparent is all black: image

Is this something on my end, or is this just some problem with the packages?

One thing I noticed was that when rebuilding home-manager, it said remote css map could not be fetched and local css map was being used. Now sure if that plays a part in this, but who knows!

Let me know if I should provide any more information.

Gerg-L commented 1 week ago

it said remote css map could not be fetched and local css map was being used.

that error is from spicetify-cli attempting to fetch a remote file which isn't possible in the build sandbox, and not a issue

i'll check out the themes

Gerg-L commented 1 week ago

hazy works on the latest commit flow seems to be broken, most likely a upstream issue. it may not be updated for newer spotify/spicetify versions

edit: it seems like flow is fixed for newer versions and requires a certain experimental version on older spotify's so the next nixpkgs version bump will fix it