diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-05-05 00:12:40 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-05 00:12:40 +0900 |
| commit | 233e01bfc15cb3b5ad0c1fe750b9d2468b73e1dc (patch) | |
| tree | 92f8977ed345ba8a39141ff7d36f423efd46f43a /copy.sh | |
| parent | e29068df76f763a999b9013ece32c8adb299b29f (diff) | |
| parent | 962a09dd0088cd01cbf3e678c4c500ff5087e4e4 (diff) | |
Merge pull request #234 from JaKooLit/main
synchronizing Main to expiremental-ags branch
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ clear -wallpaper=$HOME/Pictures/wallpapers/Anime-Landscape2.png +wallpaper=$HOME/Pictures/wallpapers/Lofi-Urban-Nightscape.png Waybar_Style="$HOME/.config/waybar/style/[Pywal] Chroma Tally.css" # Check if running as root. If root, script will exit @@ -209,7 +209,7 @@ get_backup_dirname() { echo "back-up_${timestamp}" } -for DIR in btop cava hypr kitty Kvantum qt5ct qt6ct rofi swappy swaync swaylock wal waybar wlogout; do +for DIR in btop cava hypr kitty Kvantum qt5ct qt6ct rofi swappy swaync wal waybar wlogout; do DIRPATH=~/.config/"$DIR" if [ -d "$DIRPATH" ]; then echo -e "${NOTE} - Config for $DIR found, attempting to back up." @@ -259,7 +259,7 @@ else rm -r "$HOME/.config/waybar/configs/[TOP] Default_v2" 2>&1 | tee -a "$LOG" fi -printf "\n%.0s" {1..3} +printf "\n%.0s" {1..2} # additional wallpapers echo "$(tput setaf 6) By default only a few wallpapers are copied...$(tput sgr0)" |
