美文网首页
2019-3.2_linux系统_ubuntu18.04桌面优化

2019-3.2_linux系统_ubuntu18.04桌面优化

作者: 晓小小小晓 | 来源:发表于2019-03-02 22:35 被阅读0次

日常bb

接着优化ubuntu18.04

本篇:ubuntu18.04桌面优化02
上一篇:ubuntu18.04桌面优化01

目前的样式

ubuntu18.04桌面优化02

目录

1. 修改terminal透明度
2. 修改登陆界面壁纸
3. 添加netspeed实时显示网速
4. 修改开机动画

修改terminal透明度

右键->打开终端->文件->颜色->使用透明北京

修改登陆界面壁纸

下载好自己的壁纸,然后复制到
/usr/share/backgrounds/

然后:
sudo gedit /etc/alternatives/gdm3.css

编辑:
#lockDialogGroup {

-    background: #2c001e url(resource:///org/gnome/shell/theme/noise-texture.png);

-    background-repeat: repeat; }
+    background: #2c001e url(file:///usr/share/backgrounds/壁纸名称);

+    background-repeat: no-repeat;

+    background-size: cover;

+    background-position: center; }

添加netspeed显示实时网速

ubuntu软件

搜索:netspeed->设置

在gnome官网gnome

的plymouth themes里面选择相应的themes,google浏览器翻译,查看解释安装开机动画。

相关文章

网友评论

      本文标题:2019-3.2_linux系统_ubuntu18.04桌面优化

      本文链接:https://www.haomeiwen.com/subject/cbcuuqtx.html