How to change lock screen wallpaper on Ubuntu

Customizing your lock screen not only helps add a unique and attractive touch to your system, but it's also a way to express your personality, interests, and goals. You can set any image you want to display as your lock screen on Ubuntu. Let's find out right below.

How to change Ubuntu lock screen wallpaper

Changing Ubuntu's lock screen wallpaper is done the same as on any other operating system, such as Windows. You need to right-click on any empty space on the desktop and click on the "Change Background" option.

How to change lock screen wallpaper on Ubuntu Picture 1

Next, navigate to the "Background" section, which shows you a gallery of images. Then, click on any image you want to apply as your lock screen wallpaper.

How to change lock screen wallpaper on Ubuntu Picture 2

Then close the tab and lock your screen. The system's desktop wallpaper and lock screen will be changed to the image you selected.

How to change lock screen wallpaper on Ubuntu Picture 3

After installing your new lock screen image, you'll notice that the lock screen image has a default blur effect. Read more below to learn how to remove this blur effect.

Set custom lock screen wallpaper on Ubuntu

Want to personalize your Ubuntu lock screen with a unique image? Nothing complicated. First, click on the "Add Picture" option.

How to change lock screen wallpaper on Ubuntu Picture 4

Navigate to the folder where you downloaded or saved the image you want to use. Then, select the image and click on the "Open" option in the top right corner.

How to change lock screen wallpaper on Ubuntu Picture 5

Once the image is uploaded, you will see it at the top of the available default images. Choose a new image to set as your lock screen wallpaper.

How to change lock screen wallpaper on Ubuntu Picture 6

Your lock screen is now updated with the image you selected, but there will still be a blur effect over it.

How to remove lock screen blur effect on Ubuntu

To remove the blur effect from the lock screen wallpaper, you first need to install GNOME Extension Manager. Then add the lock screen opacity control extension to your system.

Ubuntu usually automatically adds a blur effect to the lock screen background. This helps increase aesthetics and hide image details. But if you want, you can remove this blur effect and choose a clear, sharp image for your lock screen.

Simply open terminal and run:

sudo apt install gnome-shell-extensions gnome-shell-extension-manager

How to change lock screen wallpaper on Ubuntu Picture 7

After installing GNOME Extension Manager, open and search for the "Lock Screen Background" extension. Then, click the "Install" button to add an extension that controls the lock screen blur effect.

How to change lock screen wallpaper on Ubuntu Picture 8

After installing the extension, navigate to the "Installed" tab. Find and enable the "Control Blur Effect on Lock Screen" extension. Then, click the gear icon to customize this extension.

How to change lock screen wallpaper on Ubuntu Picture 9

You can now move the slider to change settings, such as sigma or brightness. Adjust them according to needs.

How to change lock screen wallpaper on Ubuntu Picture 10

See the changes that have been applied to your lock screen background. There is no longer any blur effect.

How to change lock screen wallpaper on Ubuntu Picture 11

Hope you are succesful.

4 ★ | 1 Vote

May be interested

  • 7 reasons to choose Nobara Linux instead of FedoraPhoto of 7 reasons to choose Nobara Linux instead of Fedora
    nobara is a modified version of fedora linux that is easy to use for both light tasks and heavy gaming. it achieves this by streamlining every part of the distribution for speed and third-party driver support.
  • How to write and run C programs in LinuxPhoto of How to write and run C programs in Linux
    c is one of the oldest, most widely used programming languages ​​in the world. it has been used to develop countless applications, from operating systems to embedded devices.
  • 8 ways to tweak NGINX performance on LinuxPhoto of 8 ways to tweak NGINX performance on Linux
    if you want to use nginx to its fullest, you need to tinker with its configuration files and set parameters that will optimize server performance.
  • Should I use Linux desktop KDE or GNOME?Photo of Should I use Linux desktop KDE or GNOME?
    windows and macos both have just one interface or desktop environment, while linux has many, and two of the most popular linux desktop environments are kde and gnome. so which option is right for you? let's find the answer through the following article!
  • How to play Game Boy games on Linux TerminalPhoto of How to play Game Boy games on Linux Terminal
    the linux terminal, while certainly a fun place to be, isn't particularly famous as a console gaming platform - thanks largely to its limited ascii and braille output.
  • How to use sed command in LinuxPhoto of How to use sed command in Linux
    whether you are dealing with configuration files, scripts, or even plain text, sed is the tool that helps you manipulate text quickly and efficiently.