How to Change Ubuntu 21.10 gdm background to a Image or to a Color.
Below Pic is of Ubuntu 20.04 GDM Login Screen
Is there a way similar to this post which is for Ubuntu 20.04 How do I change login screen theme or background in Ubuntu 20.04?
How to Change Ubuntu 21.10 gdm background to a Image or to a Color.
Below Pic is of Ubuntu 20.04 GDM Login Screen
Is there a way similar to this post which is for Ubuntu 20.04 How do I change login screen theme or background in Ubuntu 20.04?
Ubuntu recently added the ability to customize this without relying on any third-party scripts (this is not yet possible if using GDM with a distro other than Ubuntu, see here for progress on that).
First install
systemd-container
:Now we need to login as the
gdm
user before we run anygsettings
commands:Now we can set the background to any image:
Other than
background-picture-uri
, you can also setbackground-color
to just change the color without setting an image. If you set an image, you can also set thebackground-repeat
andbackground-size
settings.(Note that you'll only see this image/color on the login screen, not the lock screen, which will instead be a blurred version of your desktop wallpaper)
For Changing the GDM Login Screen Background with a Image, Color or Gradient Horizontal or Vertical. There is a script in github. https://github.com/PRATAP-KUMAR/ubuntu-gdm-set-background.
You can download the script with the below command
Once the script is downloaded, you can read the help with below command
to set the background as image, run the below command. Replace the path of the image to your preferred one.
to set the background as color, run the below command. Replace the Hex Color Code with your preferred one.
to set the background as gradient's horizontal or vertical. Run the below command with either horizontal or vertical as choice and by replacing the two Hex color codes as you wish
impishgdm:
impish-gdm-set-background:
Why doesn't someone just combine all of these different gdm background checkers to sense the disto and do the right thing? In fact, it should be part of Ubuntu/GDM.
I have adapted the PRATAP-KUMAR/focalgdm3 repository for use in Ubuntu 21.10.
https://github.com/dtalens/impishgdm
impishgdm
This script assumes that the Installation of Ubuntu 21.10 is a fresh install. If you tried to change the GDM background with someother scripts, you first need to reset those changes. Other scripts may have the option --reset.
Change the login screen background for Ubuntu 21.10 only.
this script is to change the login screen background of Ubuntu 21.10 only.
you can download the
impishgdm
file via command lineOnce you downloaded the script
focalgdm3
. cd to the downloaded script file.to set the background with Image
sudo ./impishgdm /absolute/path/to/image
to set the background with color
sudo ./impishgdm \#aAbBcC
replace#aAbBcC
with any vaid hex color code..to reset everything that the script made..
sudo ./impishgdm --reset