dots/wallust/wallust.toml
2026-02-14 17:22:42 +00:00

18 lines
788 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 = '~/.dots/niri/colours.kdl' }
foot = { template = 'foot', target = '~/.dots/foot/colours.ini' }
quickshell = { template = 'quickshell', target = '~/.dots/quickshell/shell/Config/Colours.qml'}
quickshell-lock = { template = 'quickshell', target = '~/.dots/quickshell/lock/Colours.qml'}