我使用 Ubuntu 18.04 LTS。我想重新设计我的锁屏,改变方向等等。我在哪里可以找到相应的 css 文件?或者如果它不是 css 格式,我在哪里可以找到有问题的文件?
答案1
https://vitux.com/how-to-change-login-lock-screen-background-in-ubuntu/显示 .CSS 文件的位置,您可以使用它进行编辑
$ sudo gedit /usr/share/gnome-shell/theme/ubuntu.css
搜索锁定对话框和 [Ctrl-D] 然后自定义这些行以满足您的需求:
#lockDialogGroup {
background: #2c001e url(file:///[fileLocation/filename.png]);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}