mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-15 21:08:39 -07:00
Update install.sh
This commit is contained in:
@@ -716,6 +716,8 @@ clean_theme() {
|
|||||||
if [[ "$UID" != "$ROOT_UID" ]]; then
|
if [[ "$UID" != "$ROOT_UID" ]]; then
|
||||||
if [[ "$DEST_DIR" == "$HOME/.themes" ]]; then
|
if [[ "$DEST_DIR" == "$HOME/.themes" ]]; then
|
||||||
local dest="$HOME/.local/share/themes"
|
local dest="$HOME/.local/share/themes"
|
||||||
|
elif [[ "$DEST_DIR" == "$XDG_DATA_HOME/themes" || "$DEST_DIR" == "$HOME/.local/share/themes" ]]; then
|
||||||
|
local dest="$HOME/.themes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for theme in "${themes[@]}"; do
|
for theme in "${themes[@]}"; do
|
||||||
|
Reference in New Issue
Block a user