From ce2db51a62e0483703c8e6376ceec5318614228d Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 23 Nov 2023 00:36:31 +0900 Subject: Semi transparent rofi theme. See wiki changelogs --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'copy.sh') diff --git a/copy.sh b/copy.sh index 691583d2..d93df148 100755 --- a/copy.sh +++ b/copy.sh @@ -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." -- cgit v1.2.3