Chinaunix首页 | 论坛 | 博客
  • 博客访问: 971934
  • 博文数量: 192
  • 博客积分: 3070
  • 博客等级: 中校
  • 技术积分: 1861
  • 用 户 组: 普通用户
  • 注册时间: 2007-06-27 23:44
个人简介

Start Linux Leave Linux a while Back to Linux

文章分类

全部博文(192)

文章存档

2023年(18)

2022年(11)

2021年(8)

2020年(14)

2019年(7)

2018年(13)

2017年(16)

2016年(4)

2012年(2)

2011年(13)

2010年(26)

2009年(13)

2008年(27)

2007年(20)

我的朋友

分类: 其他平台

2018-04-25 15:06:58

1. 修改ubuntu 背景颜色
ubuntu默认的背景颜色都是紫色的,现我们要修改为白色:
进入 /usr/share/plymouth/themes/ubuntu-logo 目录
gedit ubuntu-logo.script

Window.SetBackgroundTopColor (0.16, 0.00, 0.12);     # Nice colour on top of the screen fading to
Window.SetBackgroundBottomColor (0.16, 0.00, 0.12);  # an equally nice colour on the bottom
改为
Window.SetBackgroundTopColor (1.00, 1.00, 1.00);     # Nice colour on top of the screen fading to
Window.SetBackgroundBottomColor (1.00, 1.00, 1.00);  # an equally nice colour on the bottom
开机背景底色就会变为白色

2. 修改开机图片
 /usr/share/plymouth/themes/ubuntu-logo 目录下的
ubuntu-logo.png 及 ubuntu-logo16.png 替换为开机图片即可。


阅读(6070) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~