diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 9e16ccb..ce381bc 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,8 @@ ## Changelogs +## 20 Sep 2024 +- User will be ask if they want to set Thunar as default file manager if they decided to install it + ## 19 Sep 2024 - Added fastfetch on tty. However, will be disabled if user decided to install pokemon colorscripts diff --git a/install-scripts/thunar.sh b/install-scripts/thunar.sh index 17cb74d..b4be27b 100755 --- a/install-scripts/thunar.sh +++ b/install-scripts/thunar.sh @@ -47,9 +47,11 @@ if [[ "$thunar_default" == [Yy] ]]; then xdg-mime default thunar.desktop application/x-wayland-gnome-saved-search echo "${OK} Thunar has been set as the default file manager." 2>&1 | tee -a "$LOG" else - echo "${NOTE} you choose not to set Thunar file manager." 2>&1 | tee -a "$LOG" + echo "${NOTE} you choose not to set Thunar as default file manager." 2>&1 | tee -a "$LOG" fi +printf "\n" + # Check for existing configs and copy if does not exist for DIR1 in gtk-3.0 Thunar xfce4; do DIRPATH=~/.config/$DIR1