WCG-WallpaperColorSchemeGenerator
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!
- Execute it with
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:
- CSG - Color Scheme Generator: With this script you can easily generate any color-scheme by using a color picker!
- TKP - Tile Color Picker: With this script you can set the header/tile color of a window to match with their main window color. This is a Python version of the TKP script from @siggsy
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-DarkHeader
Mode that have a darker header always active
WSG-NoHeader
Mode that the header doesn't have a different color
WSG-Plain
Mode that everything is of the same color (except from the accent colors)