安装完Linux之后当然是要开始自定义系统了。不好看怎么行呢?
设置文件在/etc/alternatives/gdm3.css,找到#lockDialogGroup这个东西(没有学过前端,我们就叫它个东西吧),开始设置他的属性就好了。
这个是我设置的属性
#lockDialogGroup {
background: #2c001e url(file:///usr/share/backgrounds/loginscreen.jpg);
height: 100%;
background-size: contain;
background-attachment: fixed;
background-position: 0px 0px;
background-repeat: repeat; }
!!!注意,请使用和显示器分辨率比例相同的图片。
找不到得心应手的图片裁剪软件,又不想装PS的话,可以用一下我自己写的剪切小工具,c#写的(vs2008)
https://github.com/Sth32/cut-pic-with-2-point

最低0.47元/天 解锁文章

被折叠的 条评论
为什么被折叠?



