From 18d13f4fa7f1558d4b3056f59313beb936400c09 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 17 Dec 2023 20:05:30 +0900 Subject: [PATCH] updated copy.sh --- copy.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/copy.sh b/copy.sh index 5db1ea5..7244ed3 100755 --- a/copy.sh +++ b/copy.sh @@ -2,6 +2,8 @@ ### https://github.com/JaKooLit/JaKooLit +wallpaper=$HOME/Pictures/wallpapers/CuteCat.png + # Check if running as root. If root, script will exit if [[ $EUID -eq 0 ]]; then echo "This script should not be executed as root! Exiting......." @@ -162,6 +164,8 @@ printf "${NOTE} - copying dotfiles\n" fi done +printf "\n%.0s" {1..2} + # Copying config files printf " Copying config files...\n" mkdir -p ~/.config @@ -222,12 +226,11 @@ 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 "$HOME/.config/waybar/style/[Pywal] Chroma Fusion.css" "$HOME/.config/waybar/style.css" && \ # initialize pywal to avoid config error on hyprland -wal -i ~/Pictures/wallpapers/anime-girl-abyss.png 2>&1 | tee -a "$LOG" +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"