summaryrefslogtreecommitdiff
path: root/.config/wallust/wallust.toml
diff options
context:
space:
mode:
authorseraphim <18ycm9tx@anonaddy.me>2026-08-25 12:40:31 +0700
committerseraphim <18ycm9tx@anonaddy.me>2026-08-25 12:40:31 +0700
commitcc7b61a1496d25a100f012300c1121835a9f8177 (patch)
treee683f7c5fdd604e0a1a4b59df1ca79386c805f81 /.config/wallust/wallust.toml
parent9d11eefc53441e1f5688545b4b827f7c8dd5090d (diff)
new cursors
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"