zeng-zg
deepin
2018-11-29 06:49 https://bbs.deepin.org/post/171107
/boot/grub/themes/deepin/background_source 这什么文件
就是png图片,去掉了后缀
theme.txt
#version:7
#lang:zh_CN.UTF-8
#themeInputDir:/usr/share/dde-api/data/grub-themes/deepin
#screenWidth:1920
#screenHeight:1080
#head end
title-text: ""
desktop-image: "background.png"
desktop-color: "#000000"
terminal-font: "Noto Mono Regular 17"
terminal-box: "terminal_box_*.png"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"
+ boot_menu {
left = 28%
top = 27%
width = 848
height = 499
item_font = "Noto Sans CJK SC Regular 15"
item_color = "#dddddd"
selected_item_color = "#ffffff"
item_height = 52
item_spacing = 11
item_padding = 11
icon_width = 37
icon_height = 26
item_icon_space = 22
item_pixmap_style = "item_*.png"
selected_item_pixmap_style = "selected_item_*.png"
menu_pixmap_style = "menu_*.png"
scrollbar_thumb = "scrollbar_thumb_*.png"
scrollbar_width = 8
}
+ label {
left = 0
top = 96%
width = 100%
align = "center"
id = "__timeout__"
color = "#EE9922"
font = "Noto Sans CJK SC Regular 12"
text = "在 %d 内启动"
}
+ label {
left = 0
top = 93%
width = 100%
align = "center"
color = "#EE9922"
font = "Noto Sans CJK SC Regular 12"
text = "使用 ↑ 和 ↓ 键移动选择条,Enter 键确认"
}
Reply Like 0 View the author


中文 







15.8看着不太爽,自己改改
还有安装了别的时间插件后,关闭原来的时间插件,再重启还是会出现两个
修复时间插件问题,修改 ~/.config/deepin/dde-dock.conf 文件里的
[datetime]
enable=false
pos_1=5
即可。