diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-04 00:06:37 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-04 00:06:37 +0900 |
| commit | 2ad7d3373353bc2440892f9bed9295066f93b4ae (patch) | |
| tree | 74fd8b33e0029261fc19f3259c16c98c8260135a /copy.sh | |
| parent | a7847d0de3b53b84f39664f7dc6c3416213c762e (diff) | |
return of wlogout. rofi-power is just pain 2 theme
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,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 Kvantum qt5ct rofi swappy swaylock wal waybar; do + for DIR in btop cava dunst hypr kitty Kvantum qt5ct 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." |
