Skip to content

DenysMb/WCG-WallpaperColorSchemeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

simplescreenrecorder-2022-04-11_15.02.21.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

About

Auto wallpaper color scheme generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published