User will be ask if they want to set Thunar as default file manager if they decided to install it

This commit is contained in:
JaKooLit 2024-09-20 20:05:50 +09:00
parent 8eef96db51
commit cea9183d2d
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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