summaryrefslogtreecommitdiff
path: root/.config/wallust/wallust.toml
blob: a8d7928f1a7ea81fcb6b5abdd490224d828cab9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[wallust]
backend = "fastresize"
threshold = 20
# palette = "dark"   # optional default; otherwise taken from the saved state/flag

[templates]
nvim = { template = "nvim.lua", target = "~/.cache/wallust/colors/wallust.lua" }
foottheme = { template = "foot-colors-custom.ini", target = "~/.cache/wallust/foot-theme.ini" }
vicinae_dark = { template = "vicinae-dark.toml", target = "~/.cache/wallust/vicinae-dark.toml" }
vicinae_light = { template = "vicinae-light.toml", target = "~/.cache/wallust/vicinae-light.toml" }
mako = { template = "mako", target = "~/.cache/wallust/mako" }
vis = { template = "vis-theme.lua", target = "~/.config/vis/themes/wallust.lua" }
starship = { template = "starship.toml", target = "~/.config/starship.toml" }
niri = { template = "niri.kdl", target = "~/.cache/wallust/niri-theme.kdl" }

[hooks]
strip_foot_hash = "sed -i '/^[^#]/s/#//g' ~/.cache/wallust/foot-theme.ini"
symlink_vicinae = "mkdir -p ~/.local/share/vicinae/themes && ln -sf ~/.cache/wallust/vicinae-dark.toml ~/.local/share/vicinae/themes/vicinae-wallust-dark.toml && ln -sf ~/.cache/wallust/vicinae-light.toml ~/.local/share/vicinae/themes/vicinae-wallust-light.toml"