WCG-WallpaperColorSchemeGenerator icon indicating copy to clipboard operation
WCG-WallpaperColorSchemeGenerator copied to clipboard

Auto wallpaper color scheme generator

WCG - Wallpaper Color Scheme Generator

KDE Plasma color scheme generator script based on your wallpaper.

Dependencies

You'll need to install this three Python libraries: watchdog, colorthief and Pillow You can do it with this simple command:

pip install watchdog colorthief Pillow

Be sure that you have Python 3 installed!

How to use

  • First we need to make the script executable. We can do it with chmod +x wcg
  • Then, we can just:
    • Execute it with ./wcg or
    • Set wcg.py as a startup script in System Settings!

Background service

If you want to execute it in terminal as a background service, you should follow the steps above but with the wcg-background script instead.

Check too

You can check too my others two scripts:

Example

https://user-images.githubusercontent.com/33737137/162801878-92ce1791-e248-4f01-8d50-041d74bab27f.mp4

WSG Modes

WSG have 4 different modes, they are:

WSG

Mode that works like Breeze themes (with active and inactive header color)

WSG-Normal LightWSG

WSG-DarkHeader

Mode that have a darker header always active

WSG-DarkHeader LightWSG-DarkHeader

WSG-NoHeader

Mode that the header doesn't have a different color

WSG-NoHeader LightWSG-NoHeader

WSG-Plain

Mode that everything is of the same color (except from the accent colors)

WSG-Plain LightWSG-Plain