From a45b2e1f5028288887c9fc731388677e0a59cec1 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Mon, 13 May 2024 12:38:11 +0900 Subject: [PATCH] Update copy.sh --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy.sh b/copy.sh index 83e06f3..76dcd38 100755 --- a/copy.sh +++ b/copy.sh @@ -293,7 +293,7 @@ while true; do done # symlinks for waybar style -ln -sf "$waybar_Style" "$HOME/.config/waybar/style.css" && \ +ln -sf "$waybar_style" "$HOME/.config/waybar/style.css" && \ # initialize wallust to avoid config error on hyprland wallust run -s $wallpaper 2>&1 | tee -a "$LOG"