From 75615fcdb74b91fcfe5e3bc3fb85fc9f5f969a3c Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 25 Nov 2023 21:02:16 +0900 Subject: [PATCH] updated copy.sh --- copy.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/copy.sh b/copy.sh index 5dc02ef..52613ef 100755 --- a/copy.sh +++ b/copy.sh @@ -188,6 +188,10 @@ chmod +x ~/.config/hypr/initial-boot.sh 2>&1 | tee -a "$LOG" printf " adding user to input group...\n" sudo gpasswd -a $(whoami) input 2>&1 | tee -a "$LOG" +# initialize pywal to avoid config error on hyprland +wal -i ~/Pictures/wallpapers/mecha-nostalgia.png 2>&1 | tee -a "$LOG" + + printf "\n${OK} Copy Completed!\n\n\n" printf "${ORANGE} ATTENTION!!!! \n" printf "${ORANGE} YOU NEED to logout and re-login or reboot to avoid issues\n\n"