argh still found something

This commit is contained in:
JaKooLit
2025-02-03 01:32:54 +09:00
parent d3f0016158
commit 872fd89261
2 changed files with 5 additions and 3 deletions

View File

@@ -39,9 +39,9 @@ printf "${NOTE} Installing ${BLUE}Thunar${RESET} Packages...\n\n"
printf "\n%.0s" {1..2}
# confirm if wanted to set as default
read -p "${CAT} Do you want to set ${MAGENTA}Thunar${RESET} as the default file manager? (y/n): " thunar_default
read -p "${CAT} Do you want to set ${MAGENTA}Thunar${RESET} as the default file manager? (y/n): " thundefault
if [[ "$thunar_default" == [Yy] ]]; then
if [[ "$thundefault" == [Yy] ]]; then
xdg-mime default thunar.desktop inode/directory
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"