diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-16 10:43:37 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-16 10:43:51 +0900 |
| commit | c4ada2b45153cca4628e585ab477ed5fd981dfe9 (patch) | |
| tree | 8eda0068effb6f8183692d61f3b98750507e5974 /config | |
| parent | 4806c7a1ce3046530a3804a4f3a1365ecdb58901 (diff) | |
changed wallust "engine to lab
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. |
