From 8bae586d777f440537b8209b527484fbe4666c36 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 4 Dec 2023 16:57:57 +0900 Subject: [PATCH] Added an initial symlink to copy.sh as some users ignore the reboot!!! This should avoid the error on initial rofi launch. --- copy.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/copy.sh b/copy.sh index 6883c24..2efc116 100755 --- a/copy.sh +++ b/copy.sh @@ -208,6 +208,10 @@ fi # initialize pywal to avoid config error on hyprland wal -i ~/Pictures/wallpapers/mecha-nostalgia.png 2>&1 | tee -a "$LOG" + +#initial symlink for Pywal Dark and Light for Rofi Themes +ln -sf "$HOME/.cache/wal/colors-rofi-dark.rasi" "$HOME/.config/rofi/pywal-color/pywal-theme.rasi" + printf "\n\n" printf "\n${OK} Copy Completed!\n\n\n" printf "${ORANGE} ATTENTION!!!! \n"