From 75a0cb7c2913804c775406d3ce7ab60422ada70c Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Mon, 8 Jul 2024 12:48:16 +0800 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index cc606cc5..ef4e094d 100755 --- a/install.sh +++ b/install.sh @@ -17,8 +17,8 @@ window= # Destination directory if [ "$UID" -eq "$ROOT_UID" ]; then DEST_DIR="/usr/share/themes" -elif [ -n "$XDG_DATA_HOME" ]; then - DEST_DIR="$XDG_DATA_HOME/themes" +elif [ -n "$HOME/.local/share/themes" ]; then + DEST_DIR="$HOME/.local/share/themes" else DEST_DIR="$HOME/.themes" fi