Merge branch 'main' of github.com:vinceliuice/Colloid-gtk-theme

This commit is contained in:
vinceliuice 2024-07-08 12:44:50 +08:00
commit 60b9954c5b

View file

@ -17,6 +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"
else
DEST_DIR="$HOME/.themes"
fi