From cc7b61a1496d25a100f012300c1121835a9f8177 Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Tue, 25 Aug 2026 12:40:31 +0700 Subject: new cursors --- .config/wallust/wallust.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.config/wallust/wallust.toml') 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" -- cgit v1.2.3