디자인 잠금 화면

디자인 잠금 화면

우분투 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;  
}  

관련 정보