I installed the new version on my new computer and I want to change the lockscreen background I have done this before in the 18.04 LTS version by modifying the /usr/share/gnome-shell/theme/ubuntu.css file but on this new version it has changed to /usr/share/gnome-shell/theme/gnome-shell.css and I modified the #lockDialogGroup selector from this:
#lockDialogGroup {
background: #2e3436 url(resource:///org/gnome/shell/theme/noise-texture.png);
background-repeat: repeat;
to this:
#lockDialogGroup {
background-image: url(file:///home/mauriciogtz/Pictures/Wallpaper.jpg);
background-repeat: no-repeat;
background-size: cover;;
background-position: center; }
but I can't get it to work and I have already restarted my computer.



