16 lines
609 B
TOML
16 lines
609 B
TOML
backend = "full"
|
|
|
|
color_space = "lab-mixed"
|
|
|
|
palette = "dark"
|
|
|
|
check_contrast = true
|
|
|
|
[templates]
|
|
# NOTE: prefer '' over "" for paths, avoids escaping.
|
|
# template: A RELATIVE path that points to `~/.config/wallust/template` (depends on platform)
|
|
# target: ABSOLUTE path in which to place a file with generated templated values.
|
|
# ¡ If either one is a directory, then both SHOULD be one. !
|
|
# zathura = { template = 'zathura', target = '~/.config/zathura/zathurarc' }
|
|
niri = { template = 'niri', target = '~/.caelestia/niri/colours.kdl' }
|
|
foot = { template = 'foot', target = '~/.caelestia/foot/colours.ini' }
|