updated thunar.sh

This commit is contained in:
JaKooLit 2025-02-05 11:35:29 +09:00
parent f4c78ce0c8
commit 1843c09220
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ if command -v swww &>/dev/null; then
exit 0 exit 0
fi fi
else else
echo -e "${ERROR} ${MAGENTA}swww${RESET} is not installed. Proceeding with installation." echo -e "${NOTE} ${MAGENTA}swww${RESET} is not installed. Proceeding with installation."
fi fi

View File

@ -46,7 +46,7 @@ while true; do
[Yy]*) [Yy]*)
xdg-mime default thunar.desktop inode/directory xdg-mime default thunar.desktop inode/directory
xdg-mime default thunar.desktop application/x-wayland-gnome-saved-search xdg-mime default thunar.desktop application/x-wayland-gnome-saved-search
echo "${INFO} ${MAGENTA}Thunar${RESET} has been set as the default file manager." | tee -a "$LOG" echo "${OK} ${MAGENTA}Thunar${RESET} is now set as the default file manager." | tee -a "$LOG"
break break
;; ;;
[Nn]*) [Nn]*)