summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChandler Justice <chandler@cock.li>2023-11-24 16:20:01 -0700
committerChandler Justice <chandler@cock.li>2023-11-24 16:20:01 -0700
commit4a4b859de75835753cf5bee7bfdfe089089fe2e1 (patch)
tree92209cc3ee8b5c07a53be68994209076d83a2150 /README.md
parent318db43c960e7cc53e281f06d8c3db3d2c6b9377 (diff)
created ui for selecting random images and colors
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index b21d2ef..da24a09 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Dynamic Theme Switcher
-
+![desktop with theme switcher](demo.png)
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