How to change the login screen picture in Ubuntu 18.04


Today we look at how to change the login image in Ubuntu 18.04.  It is slightly tricky but with the commands found at the bottom of this post and with the help of the video you will get it!

Commands Used: 
sudo gedit /usr/share/gnome-shell/theme/ubuntu.css
search for "#lockDialogGroup"
replace:

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

with

{
background: #2c001e url(file:///[path_to_image/image_name.png]);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

replace path to image and image name with the image you like to use save and reboot your system

Commands and video is based on this article:https://vitux.com/how-to-change-login-lock-screen-background-in-ubuntu/

Subscribe to our weekly Linux Round-Up: SUBSCRIBE


For a Video With Voice-Overs look here: https://youtu.be/hFcWPauwZ0I
 

Do you want an ad-free, secure web experience, that pays you?  Look here for more information!
https://www.linuxmadesimple.info/2019/02/brave-browser-for-future.html

Looking for Web-hosting solutions?  Look here:  A2 Hosting

Follow us on Facebook:  https://www.facebook.com/linuxmadesimple

Comments