diff options
| author | JaKooLit <jimmielovejay@gmail.com~> | 2023-12-03 18:56:16 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com~> | 2023-12-03 18:56:16 +0900 |
| commit | 89dff2b2329729d95a06880597f02e49c2d401d7 (patch) | |
| tree | 927d62e0fd0eeac5bd6cbb661863b6149ae81654 /copy.sh | |
| parent | 0a8132df25ee0628073c9f955424806c60c387ac (diff) | |
added qt5ct for kvantum for qt-apps
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 rofi swappy swaylock wal waybar; do + for DIR in btop cava dunst hypr kitty Kvantum qt5ct rofi swappy swaylock wal waybar; do DIRPATH=~/.config/$DIR if [ -d "$DIRPATH" ]; then echo -e "${NOTE} - Config for $DIR found, attempting to back up." |
