aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com~>2024-01-01 23:35:54 +0900
committerJaKooLit <jimmielovejay@gmail.com~>2024-01-01 23:35:54 +0900
commit90294039ee6bf463f07606e8f15560991130d9f6 (patch)
treed3682a81b97ad3a558523b9392bc32efea839308
parent6f3b8439303e3488aeba19f8cb3eb7b1c3c9d329 (diff)
it seems that it causes issue when moved the wallpaper download at the end
-rwxr-xr-xcopy.sh19
1 files changed, 10 insertions, 9 deletions
diff --git a/copy.sh b/copy.sh
index f78ede07..9bdd16ff 100755
--- a/copy.sh
+++ b/copy.sh
@@ -199,15 +199,6 @@ else
rm -r "$HOME/.config/waybar/configs/[TOP] Default" "$HOME/.config/waybar/configs/[BOT] Default" 2>&1 | tee -a "$LOG"
fi
-# symlinks for waybar style
-ln -sf "$Waybar_Style" "$HOME/.config/waybar/style.css" && \
-
-# initialize pywal to avoid config error on hyprland
-wal -i $wallpaper -s -t 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%.0s" {1..3}
# additional wallpapers
@@ -243,6 +234,16 @@ while true; do
esac
done
+# symlinks for waybar style
+ln -sf "$Waybar_Style" "$HOME/.config/waybar/style.css" && \
+
+# initialize pywal to avoid config error on hyprland
+wal -i $wallpaper -s -t 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%.0s" {1..2}
printf "\n${OK} Copy Completed!\n\n\n"
printf "${ORANGE} ATTENTION!!!! \n"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage