From 7d9f7ffc44d1c7b03143c11707e315853ec7f20e Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 4 May 2026 15:40:06 +0200 Subject: [PATCH] removes waybar 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 fd9fa87..41e1eb2 100644 --- a/.config/wallust/wallust.toml +++ b/.config/wallust/wallust.toml @@ -40,7 +40,7 @@ check_contrast = true [templates] -waybar = { template = 'waybar.css', target = '~/.config/waybar/colors-wallust.css' } +#waybar = { template = 'waybar.css', target = '~/.config/waybar/colors-wallust.css' } vicinae = { src = 'vicinae.toml', dst = '~/.local/share/vicinae/themes/wallust.toml'} # alacritty = { template = 'alacritty.toml', target = '~/.config/alacritty/colors.toml' } hyprland = { template = 'hyprland.conf', target = '~/.config/hypr/config/colors.conf' }