diff options
| author | JaKooLit <jimmielovejay@gmail.com~> | 2024-01-01 23:35:54 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com~> | 2024-01-01 23:35:54 +0900 |
| commit | 90294039ee6bf463f07606e8f15560991130d9f6 (patch) | |
| tree | d3682a81b97ad3a558523b9392bc32efea839308 | |
| parent | 6f3b8439303e3488aeba19f8cb3eb7b1c3c9d329 (diff) | |
it seems that it causes issue when moved the wallpaper download at the end
| -rwxr-xr-x | copy.sh | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -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" |
