Skip to content

XiaoNieGPT/unraid-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

电报交流群 https://t.me/+ZHsEEd5ZJGs3MWJl

unraid主题,支持unraid7 beta1,2 和unraid6,升级请拉到最后面

1 、下载资源,点击【终端】,运行下面代码即可。

image

cd /mnt/user/ && git clone https://github.com/XiaoNieGPT/unraid-theme.git

2、在 【shares】里面可以看到刚刚下载的文件。文件路径是/mnt/user/unraid-theme/,后面需要用到。

image

3、在【apps】应用里面安装Theme Engine插件。

image

4、在【settings】设置里面找到Theme Engine并打开。

5、在Base Theme 里面选择Black主题,并点击应用。

image

6、在【Theme Setting】 里面打开【Advanced VIEW】,第一个Enable Theme Engine修改为【NO】。

image

7、拉到最底下,把Enable custom styling (below)改为【yes】。

image

8、继续拉到最后面,在【Custom styling (advanced)】填入下面的代码。

</style>
<link type="text/css" rel="Stylesheet" href="/mnt/user/unraid-theme/theme.css" />

image

9、此时右上角字体为灰黑色,影响美感

image

10、到【Display Settings】显示设置里面修改三处地方),字体修改为 白色

image image

11、效果

image image image image

12、【可选】修改背景及胡桃动图

image

13、升级主题,执行下面命令即可,不用额外配置,注意看css文件名

rm -rf /mnt/user/unraid-theme && cd /mnt/user/ && git clone https://github.com/XiaoNieGPT/unraid-theme.git