From e3b628dab1e24b07004c382d41d47871fb493051 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 15 Aug 2025 14:09:59 +0200 Subject: [PATCH] remove alacritty from wallust --- .config/wallust/wallust.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/wallust/wallust.toml b/.config/wallust/wallust.toml index 8b6289c..62f8828 100644 --- a/.config/wallust/wallust.toml +++ b/.config/wallust/wallust.toml @@ -41,7 +41,7 @@ check_contrast = true [templates] waybar = { template = 'waybar.css', target = '~/.config/waybar/colors-wallust.css' } -alacritty = { template = 'alacritty.toml', target = '~/.config/alacritty/colors.toml' } +# alacritty = { template = 'alacritty.toml', target = '~/.config/alacritty/colors.toml' } hyprland = { template = 'hyprland.conf', target = '~/.config/hypr/config/colors.conf' } vscode = { template = 'vscode', target = '~/.cache/wal/colors' } kitty = { template = 'kitty.conf', target = '~/.config/kitty/colors.conf'}