自己改了15.8的grub界面。。。
Tofloor
poster avatar
xiaoxiaoming
deepin
2018-11-18 07:05
Author
本帖最后由 xiaoxiaoming 于 2018-11-29 14:10 编辑

15.8看着不太爽,自己改改
还有安装了别的时间插件后,关闭原来的时间插件,再重启还是会出现两个
修复时间插件问题,修改 ~/.config/deepin/dde-dock.conf 文件里的
[datetime]
enable=false
pos_1=5
即可。
Reply Favorite View the author
All Replies
2 / 3
To page
avatar
NorthWind
deepin
2018-11-21 03:41
#21
15.8的grub菜单字体太差,怎么改。
Reply View the author
avatar
xiaoxiaoming
deepin
2018-11-21 21:21
#22
https://bbs.deepin.org/post/171107
15.8的grub菜单字体太差,怎么改。

应该是theme.txt里的font那行,试试改看看
Reply View the author
avatar
seven123
deepin
2018-11-24 00:49
#23
6666666666666
Reply View the author
avatar
zeng-zg
deepin
2018-11-24 01:50
#24
这是我按官方解释修改的,还不错
https://bbs.deepin.org/post/171000
先修改 /etc/default/grub 文件的 GRUB_GFXMODE 字段为想要的分辨率。
然后修改 /boot/grub/themes/deepin/background_source    (最好是png格式的图片)
然后 sudo /usr/lib/deepin-api/adjust-grub-theme
        sudo update-grub
最后修改 /boot/grub/themes/deepin/theme.txt里面的字体颜色,大小
    比如  "在 %d 内启动"  "使用 ↑ 和 ↓ 键移动选择条,Enter 键确认"这两个标签我改成橙色了,字体也缩小了两号
Reply View the author
avatar
xiaoxiaoming
deepin
2018-11-24 20:42
#25
https://bbs.deepin.org/post/171107
这是我按官方解释修改的,还不错
https://bbs.deepin.org/post/171000
先修改 /et ...

很不错啊
Reply View the author
avatar
xiaoxiaoming
deepin
2018-11-24 20:57
#26
https://bbs.deepin.org/post/171107
楼主的界面清晰漂亮,如果菜单也直接在背景上更漂亮

菜单直接在背景上是可以实现的,用背景图截一部分出来然后放到对应的位置上,使菜单背景和整个背景重合就行了
Reply View the author
avatar
xiaoxiaoming
deepin
2018-11-25 03:53
#27
https://bbs.deepin.org/post/171107
https://github.com/sonichy/dde-dock-datetime  是这个?

对,就是这个
Reply View the author
avatar
xiaoxiaoming
deepin
2018-11-25 05:57
#28
https://bbs.deepin.org/post/171107
显示网速的是哪个插件

sonichy大佬做了一些插件,都在他的github主页里有
https://github.com/sonichy/
Reply View the author
avatar
jianguo922
deepin
2018-11-25 06:18
#29

这个插件漂亮
Reply View the author
avatar
海天鹰
deepin
2018-11-26 17:20
#30
Reply View the author
avatar
Bond
deepin
2018-11-27 21:47
#31
https://bbs.deepin.org/post/171107
修改方法写在图里了。
修改启动项图标的文件是  /boot/grub/grub.cfg修改方框的文件是 /boot/grub/themes/d ...

大佬,按您的方法成功了,但是中间有一片是模糊额,有方法去掉么??我还是喜欢15.7的那种,拖到启动菜单就更换了,而且没有那一片模糊的
Reply View the author
avatar
xiaoxiaoming
deepin
2018-11-27 21:59
#32
https://bbs.deepin.org/post/171107
大佬,按您的方法成功了,但是中间有一片是模糊额,有方法去掉么??我还是喜欢15.7的那种,拖到启动菜单 ...

拍个图传上来看看
Reply View the author
avatar
黑色
deepin
2018-11-28 00:29
#33
都直接跳过启动菜单了,要进live按shift,反正我也不怎么关机,除了大更新或者系统挂了,看到这个界面的几率微乎其微。。。。。。。
Reply View the author
avatar
zeng-zg
deepin
2018-11-28 06:42
#34
https://bbs.deepin.org/post/171107
原图能不能发下啊


Reply View the author
avatar
Bond
deepin
2018-11-29 04:42
#35
https://bbs.deepin.org/post/171107
拍个图传上来看看

就是这样子中间那片不想要
Reply View the author
avatar
Bond
deepin
2018-11-29 04:42
#36
https://bbs.deepin.org/post/171107
拍个图传上来看看

就是这样子中间那片不想要
Reply View the author
avatar
xiaoxiaoming
deepin
2018-11-29 04:58
#37
本帖最后由 xiaoxiaoming 于 2018-11-28 21:20 编辑
https://bbs.deepin.org/post/171107
就是这样子中间那片不想要

把/boot/grub/themes/deepin目录下的menu相关的png文件都移动到别的地方备份就行了,或者打开/boot/grub/themes/deepin/theme.txt文件,在menu_pixmap_style = "menu_*.png"这一行前面价加个#号把他注释掉。
另外改字体颜色在theme.txt文件里:
    item_color = "black"
    selected_item_color = "green"

这两行,第一行是菜单字体颜色,第二行是选中某项时该项的字体颜色
Reply View the author
avatar
Guumi
deepin
2018-11-29 05:25
#38
这个背景图不是在控制中心就可以修改么?控制中心也只能改改这张图。。。
Reply View the author
avatar
S4mW0ng
deepin
2018-11-29 05:55
#39
我用的这个主题,看上去很漂亮,我很喜欢!


basil-tw.zip
Reply View the author
avatar
Bond
deepin
2018-11-29 06:37
#40
https://bbs.deepin.org/post/171107
把/boot/grub/themes/deepin目录下的menu相关的png文件都移动到别的地方备份就行了,或者打开/boot/grub/t ...

大神,太膜拜了!感谢感谢。很敬仰,一个没有架子的大神。真的令人敬佩
Reply View the author
2 / 3
To page