updated Thunar.sh to include gtk-3.0 config if not present

This commit is contained in:
JaKooLit
2024-06-01 18:56:32 +09:00
parent 55f5819ae9
commit f214cf3c8d
4 changed files with 150 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ printf "${NOTE} Installing Thunar Packages...\n"
done
# Check for existing configs and copy if does not exist
for DIR1 in Thunar xfce4; do
for DIR1 in gtk-3.0 Thunar xfce4; do
DIRPATH=~/.config/$DIR1
if [ -d "$DIRPATH" ]; then
echo -e "${NOTE} Config for $DIR1 found, no need to copy." 2>&1 | tee -a "$LOG"