diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-09-16 12:26:54 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-16 12:26:54 +0900 |
| commit | 712c485ba2518b6d74ef6c03659d13804ec95ab1 (patch) | |
| tree | b4341648e61383e4b50e192eaa28095a9482c06c /config | |
| parent | cc3cf6110d935ad0294472f168e7fe24241b3654 (diff) | |
| parent | 12d718912110632c2f859e2a89d9bac5c60fdcf0 (diff) | |
Merge pull request #443 from JaKooLit/development
Development to main -hotfix
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/v2.3.6.D (renamed from config/hypr/v2.3.6) | 0 | ||||
| -rw-r--r-- | config/wallust/wallust.toml | 7 |
2 files changed, 6 insertions, 1 deletions
diff --git a/config/hypr/v2.3.6 b/config/hypr/v2.3.6.D index 31b3414d..31b3414d 100644 --- a/config/hypr/v2.3.6 +++ b/config/hypr/v2.3.6.D diff --git a/config/wallust/wallust.toml b/config/wallust/wallust.toml index d1b6abc3..e16f15dd 100644 --- a/config/wallust/wallust.toml +++ b/config/wallust/wallust.toml @@ -1,8 +1,13 @@ # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # # wallust configuration - for wallust version 3.0 +# How the image is parse, in order to get the colors: +# full - resized - wal - thumb - fastresize - kmeans backend = "kmeans" -color_space = "lch" + +# What color space to use to produce and select the most prominent colors: +# lab - labmixed - lch - lchmixed +color_space = "lab" # NOTE: All filters will fill 16 colors (from color0 to color15), 16 color # variations are the 'ilusion' of more colors by opaquing color1 to color5. |
