diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-09-16 23:37:45 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-09-16 23:37:45 +0900 |
| commit | 3299053428cc8de9ba1db2460036c8fc9a9dcd28 (patch) | |
| tree | 58c5a42dd2ea17f595292d0c7caea2e7e6465936 /config/wallust | |
| parent | 2c87bc3e20711e6d34f69fb2736af571ca41c08b (diff) | |
minor adjustments on waybar styles.
updated wallust color space to labmixed
Diffstat (limited to 'config/wallust')
| -rw-r--r-- | config/wallust/wallust.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/wallust/wallust.toml b/config/wallust/wallust.toml index e16f15dd..7d0caea3 100644 --- a/config/wallust/wallust.toml +++ b/config/wallust/wallust.toml @@ -7,7 +7,7 @@ backend = "kmeans" # What color space to use to produce and select the most prominent colors: # lab - labmixed - lch - lchmixed -color_space = "lab" +color_space = "labmixed" # 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. |
