1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# -- global space -- #
# How to parse the image:
# * full - reads the whole image (more precision)
# * resized - resizes the image before parsing it (more color mixing, faster)
# * wal - uses image magick `convert` to read the image
= "full"
# What color space to use to produce and select the most prominent colors:
# * lab - use CIEL*a*b color space
= "lab"
# Difference between similar colors, used by the colorspace:
# <= 1 Not perceptible by human eyes.
# 1 - 2 Perceptible through close observation.
# 2 - 10 Perceptible at a glance.
# 11 - 49 Colors are more similar than opposite
# 100 Colors are exact opposite
= 11
# Use the most prominent colors in a way that makes sense, a scheme:
# * dark - 8 dark colors, color0 darkest - color7 lightest
= "dark"
# -- entries are just a config file you wish to apply `wallust` generated colors to -- #
[[]]
# a relative path to a file where wallust.toml is (~/.config/wallust/)
= "dunstrc"
# absolute path to the file to write the template (after templating)
= "~/.config/dunst/dunstrc"
[[]]
= "zathurarc"
= "~/.config/zathura/zathurarc"
[[]]
= "bars.glsl"
= "~/.config/glava/bars.glsl"