diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-23 00:36:31 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-23 00:36:31 +0900 |
| commit | ce2db51a62e0483703c8e6376ceec5318614228d (patch) | |
| tree | 66d16892a32b0778d14cf5fb39bfdc400f891a5c /copy.sh | |
| parent | aa9c2df82b66e8f66284c04c5e512553dfba4414 (diff) | |
Semi transparent rofi theme. See wiki changelogs
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ fi set -e # Exit immediately if a command exits with a non-zero status. printf "${NOTE} - copying dotfiles\n" - for DIR in btop cava dunst hypr kitty rofi swappy swaylock waybar wlogout; do + for DIR in btop cava dunst hypr kitty rofi swappy swaylock wal waybar wlogout; do DIRPATH=~/.config/$DIR if [ -d "$DIRPATH" ]; then echo -e "${NOTE} - Config for $DIR found, attempting to back up." |
