diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Dynamic Theme Switcher - + This program will take in an image and generate a color palette based on the image. This palette will be determined by first doing a KMeans analysis on the image to find the most prominent colors, and then generating a complimentary color for each of the most prominent colors. After determining the colors, the program will automatically update the colors for i3 and Polybar to the new color scheme. Next, the program will update the background displayed to the image passed in and prompt the user to re-load i3. ## Usage @@ -10,6 +10,8 @@ This program will take in an image and generate a color palette based on the ima - Need Python3 version `> 3.6` - `numpy`, `cv2`, and `scipy_learn` module + - `viu` for displaying wallpaper previews + - This program can be easily obtained from the Rust package manager using `cargo install viu` ## Installation |
