harbassan / spicetify-apps

A collection of spicetify custom apps to improve your spotify experience.
329 stars 19 forks source link

[Library][Enhancement] Folders having default folder icon #74

Closed TecEash1 closed 2 months ago

TecEash1 commented 3 months ago
image
harbassan commented 3 months ago

It's just like that because that's the Spotify card default, but it probably would be a good idea to make it into a folder like the sidebar icons.

TecEash1 commented 3 months ago

gotcha, also if this helps I believe this is the SVG:

<svg xmlns="http://www.w3.org/2000/svg" width="400" height="100" viewBox="0 0 24 24" fill="none">
  <path d="M1 4a2 2 0 0 1 2-2h5.155a3 3 0 0 1 2.598 1.5l.866 1.5H21a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4zm7.155 0H3v16h18V7H10.464L9.021 4.5a1 1 0 0 0-.866-.5z" fill="white"/>
</svg>
TecEash1 commented 3 months ago

https://www.svgviewer.dev/s/BPXruhkO

harbassan commented 2 months ago

I've just added this alongside the most recent fix.