Skip to content

ExceptionRegret/LoginBackgroundChangerForGnome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LoginBackgroundChangerforgnome

Notice! 1)You must place background.png or background.jpg in /root/shell-theme/theme OK!

2)You must change the line in gnome-shell-theme.gresource.xml ;find this line Filename and rename that line like this background.png

3)you must change the line in gnome-shell.css

4)You must change directory name in the shell script or you will get error or else sometimes you can crash the system also Find this line :-

#lockDialogGroup {

background: #2e3436 url(resource:///org/gnome/shell/theme/background.png);

background-repeat: repeat; }

              Change like below given line

#lockDialogGroup {

background: #2e3436 url(resource:///org/gnome/shell/theme/FILENAME);

background-size: [WIDTH]px [HEIGHT]px;

background-repeat: no-repeat; }

usage : 1)cd Desktop/

2)git clone https://github.com/ExceptionRegret/LoginBackgroundChangerForGnome

3)cd loginbackgroundchangerforgnome

4)chmod +x login.sh

5)./login.sh After running login.sh

  1. Step1
  2. Step2
  3. Quit

Please enter your choice:

Thanks for Using you're script

About

gnome login grey background changer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages