summaryrefslogtreecommitdiff
path: root/.config/wallust/wallust.toml
diff options
context:
space:
mode:
Diffstat (limited to '.config/wallust/wallust.toml')
-rw-r--r--.config/wallust/wallust.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/wallust/wallust.toml b/.config/wallust/wallust.toml
index 2d8d618..d2433d2 100644
--- a/.config/wallust/wallust.toml
+++ b/.config/wallust/wallust.toml
@@ -1,4 +1,7 @@
+[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" }
@@ -7,6 +10,8 @@ vicinae_dark = { template = "vicinae-dark.toml", target = "~/.cache/wallust/vici
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 = "~/.cache/wallust/vis-theme.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"