Giter Club home page Giter Club logo

ubuntu-gdm-set-background's Introduction

ubuntu-gdm-set-background script (for changing Ubuntu 20.04, 21.04 & 21.10 GDM Background) HELP

Download the script with below command

wget -qO - https://github.com/PRATAP-KUMAR/ubuntu-gdm-set-background/archive/main.tar.gz | tar zx --strip-components=1 ubuntu-gdm-set-background-main/ubuntu-gdm-set-background

there are four options

  1. background with image
  2. background with color
  3. background with gradient horizontal ( requires two valid hex color inputs)
  4. background with gradient vertical ( requires two valid hex color inputs)

tip: be ready with valid hex color code in place of below example like #aAbBcC or #dDeEfF. Change them to your preffered hex color codes. you may choose colors from https://www.color-hex.com/

Example Commands:

  1. sudo ./ubuntu-gdm-set-background --image /home/user/backgrounds/image.jpg
  2. sudo ./ubuntu-gdm-set-background --color \#aAbBcC
  3. sudo ./ubuntu-gdm-set-background --gradient horizontal \#aAbBcC \#dDeEfF
  4. sudo ./ubuntu-gdm-set-background --gradient vertical \#aAbBcC \#dDeEfF
  5. sudo ./ubuntu-gdm-set-background --reset
  6. ./ubuntu-gdm-set-background --help

RESCUE_MODE, Example Commands:

  1. sudo ./ubuntu-gdm-set-background --image /home/user/backgrounds/image.jpg rescue
  2. sudo ./ubuntu-gdm-set-background --color \#aAbBcC rescue
  3. sudo ./ubuntu-gdm-set-background --gradient horizontal \#aAbBcC \#dDeEfF rescue
  4. sudo ./ubuntu-gdm-set-background --gradient vertical \#aAbBcC \#dDeEfF rescue

Why RESCUE_MODE? It is when you try to change the background with some other scripts and then interacted with this script, there will be some conflicts. In case you ran other scripts to change the background and then tried this script, found conflicts? then add 'rescue' to the end of the command as mentiond above.

Please note that for 'RESCUE_MODE' active internet connection is necessary

1

2

3

4

5

6

7

8

9

10

11

12

ubuntu-gdm-set-background's People

Contributors

pratap-kumar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.