How to change the login picture in Ubuntu 18.10


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/Yaru/gnome-shell.css

search for "#lockDialogGroup"

replace:

{
  background: none;
  background-color: none;
  background-gradient-direction: vertical;
  background-gradient-start: #6D2169;
  background-gradient-end: #370026; }

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/S0-o0ez6Vbc
 

Curios about Chromebooks have a look at our Chromebook Comparison Chart!

Want to buy us a cup of coffee, thank you!

Do you want an ad-free, secure web experience, that pays you?  Look here for more information!

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

Comments