在 Ubuntu 上更换 Jellyfin 主题的实用方法
一 内置主题切换
二 使用自定义 CSS 快速美化
/* 更换 Logo(示例 URL,请替换为你自己的图片) */
.adminDrawerLogo img, imgLogoIcon, .pageTitleWithLogo {
content: url(https://example.com/logo.png) !important;
}
/* 背景模糊与遮罩 */
.backgroundContainer.withBackdrop {
background: url(https://example.com/backdrop.jpg);
filter: opacity(0.5);
}
.backdropContainer {
filter: blur(20px) brightness(80%) !important;
}
/* 半透明顶栏与指示器 */
.skinHeader.focuscontainer-x.skinHeader-withBackground.skinHeader-blurred {
background: rgba(0, 0, 0, 0.3) !important;
}
.countIndicator, .fullSyncIndicator, .playedIndicator {
background: rgba(0, 0, 0, 0.35) !important;
}
三 安装第三方皮肤包
sudo systemctl restart jellyfin
四 直接修改前端资源与注意事项
sudo systemctl restart jellyfin
五 若你想更换的是 Ubuntu 系统主题而非 Jellyfin
sudo apt update
sudo apt install gnome-tweak-tool gnome-shell-extensions