2021-06-12 22:01:57 +05:30
2021-06-12 12:04:27 +05:30
2021-04-08 08:10:46 +05:30
2021-04-03 17:45:47 +05:30
2021-05-19 13:23:21 +05:30
2021-06-12 22:01:57 +05:30

Jellyfin Icons

Wanna change your jellyfin icons look? If yes, you can use this to easily change your Jellyfin icon look without any modifications to the internl config!!

Setup/Installation

  • Go to Dashboard=>General=>Custom CSS (Text area at the end of the page)
  • Choose any of the icon styles from:
    • Outlined
    • Rounded
    • Sharp
  • Add following CSS fro your selected icon style
    • Outline - @import url("https://prayag17.github.io/Jellyfin-Icons/Outline.css");
    • Rounded - @Import url("https://prayag17.github.io/Jellyfin-Icons/round.css");
    • Sharp - @Import url("https://prayag17.github.io/Jellyfin-Icons/Sharp.css');

Font Awesome Icon Pack:

  • Solid - @import url("https://prayag17.github.io/Jellyfin-Icons/Font%20Awesome/solid.css");
  • Regular - @import url("https://prayag17.github.io/Jellyfin-Icons/Font%20Awesome/regular.css");
  • Light - @import url("https://prayag17.github.io/Jellyfin-Icons/Font%20Awesome/light.css");
  • Duotone - @import url("https://prayag17.github.io/Jellyfin-Icons/Font%20Awesome/duotone.css");
  • Note: Duotone Icons does not support gradient text color
Description
Change Jellyfin default icons to a different style
Readme 521 KiB
Languages
CSS 100%