aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay.com>2023-12-17 20:05:30 +0900
committerJaKooLit <jimmielovejay.com>2023-12-17 20:05:30 +0900
commit18d13f4fa7f1558d4b3056f59313beb936400c09 (patch)
treeba63b38d9d78bd8a7123d2b625a4339bb33a26a0
parentbc1f2b18d88403449ce72e637ecc183b1de06a70 (diff)
updated copy.sh
-rwxr-xr-xcopy.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/copy.sh b/copy.sh
index 5db1ea5a..7244ed3a 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"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage