# global space #
# What backend parser to use:
# * full - reads the whole image
# * resized - resizes the image before parsing it (more color mixing)
= "full"
# Difference between similar colors:
# <= 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
# An entry is just a config file you wish to apply `wallust` generated colors
[[]]
# 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"