I frequently run yay -Syyu to update everything, and after doing that for like a week ago, spotify started having this reaally oldlooking titlebar. i asked the allmighty le chat about it, but it wants me to toggle a setting which doesnt exist or writing an own css file, which im not comfortable doing. I havent found anything in settings that would suggest a solution to the problem. Do anyone now how to fix it, or should just wait for an update?
Themes | Spicetify
One of the most popular features in Spicetify is theming. You can customize your Spotify to your heart’s desire! However, this is a very cumbersome task.
For this reason, the theming heroes of the Spicetify community have created a huge library of themes which can be found in the following repositories:
Using yay -Syu (or yay without any parameters) will update all installed Repo and AUR sourced packages at the same time – this in dangerous
Repo updates should be processed first (on their own) before any foreign sources such as the AUR.
Ignoring this rule can lead to a system being left in an unsupported state, due to system packages and dependencies being replaced by older (often incompatible) versions.
pacman and/or pamac (with appropriate parameters) is generally suggested, however, if you really must use yay please use it responsibly, as shown (below).
1. Update packages from the Manjaro repo(s):
pamac update --no-aur (using pamac)
yay -SyuN – or – yay -Syu --repo (using yay)
2. Build/update software sourced via the AUR:
pamac update --aur (using pamac)
yay -Sua – or – yay -Su --aur (using yay)
3. If you use flatpak“containerised” apps:
flatpak update
The important factor is to maintain separation between updating from the Manjaro repos, the AUR or any other foreign sources.
No of the suggested fixes worked, so ive continued looking around. i found this page, which probably explains why it is as it is, if someone stumbles over the same problem later.