diff options
| author | JaKooLit <jimmielovejay.com> | 2023-12-17 20:05:30 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-12-17 20:05:30 +0900 |
| commit | 18d13f4fa7f1558d4b3056f59313beb936400c09 (patch) | |
| tree | ba63b38d9d78bd8a7123d2b625a4339bb33a26a0 /copy.sh | |
| parent | bc1f2b18d88403449ce72e637ecc183b1de06a70 (diff) | |
updated copy.sh
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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" |
